mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: scikit-image: 0.14.2 -> 0.14.5
This commit is contained in:
parent
020cae94b2
commit
147860eea8
@ -16,11 +16,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scikit-image";
|
||||
version = "0.14.2";
|
||||
version = "0.14.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1afd0b84eefd77afd1071c5c1c402553d67be2d7db8950b32d6f773f25850c1f";
|
||||
sha256 = "1f064315cd6fb048560ac6eb03e41969aab68f9df5c145fefaece3b6823e5919";
|
||||
};
|
||||
|
||||
buildInputs = [ cython ];
|
||||
|
Loading…
Reference in New Issue
Block a user