python36Packages.nipy: 0.4.0 -> 0.4.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-nipy/versions
This commit is contained in:
parent
b83e23c70d
commit
74bed8afa2
|
@ -12,13 +12,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.4.0";
|
||||
version = "0.4.2";
|
||||
pname = "nipy";
|
||||
disabled = pythonOlder "2.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1hnbn2i4fjxflaaz082s2c57hfp59jfra1zayz1iras5p2dy21nr";
|
||||
sha256 = "1pn731nsczrx198i2gadffqmfbhviglrclv6xxwhnbv6w5hfs2yk";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optional doCheck [ nose ];
|
||||
|
|
Loading…
Reference in New Issue