python36Packages.mahotas: 1.4.2 -> 1.4.5
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-mahotas/versions
This commit is contained in:
parent
06145c9c81
commit
c2c1fe1354
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mahotas";
|
pname = "mahotas";
|
||||||
version = "1.4.2";
|
version = "1.4.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "luispedro";
|
owner = "luispedro";
|
||||||
repo = "mahotas";
|
repo = "mahotas";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1d2hciag5sxw00qj7qz7lbna477ifzmpgl0cv3xqzjkhkn5m4d7r";
|
sha256 = "0dm34751w1441lxq00219fqlqix5qrgc18wp1wgp7xivlz3czzcz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# remove this as soon as https://github.com/luispedro/mahotas/issues/97 is fixed
|
# remove this as soon as https://github.com/luispedro/mahotas/issues/97 is fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user