pythonPackages.uncertainties: 2.4.8.1 -> 3.0.1

This commit is contained in:
Frederik Rietdijk 2016-10-05 10:03:34 +02:00
parent ee843b79ce
commit 9364cb0feb

View File

@ -27941,11 +27941,11 @@ in modules // {
uncertainties = buildPythonPackage rec { uncertainties = buildPythonPackage rec {
name = "uncertainties-${version}"; name = "uncertainties-${version}";
version = "2.4.8.1"; version = "3.0.1";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/lebigot/uncertainties/archive/${version}.tar.gz"; url = "mirror://pypi/u/uncertainties/${name}.tar.gz";
sha256 = "1j5z0h5l3plsywsmwjpaggkr6rn5cjxw0lhkwgl6a8a25f8bz4pz"; sha256 = "de0765cac6911e5afa93ee941063a07b4a98dbd9c314c5eea4ab14bfff0054a4";
}; };
buildInputs = with self; [ nose numpy ]; buildInputs = with self; [ nose numpy ];