python37Packages.mahotas: 1.4.5 -> 1.4.7

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.7-mahotas/versions
This commit is contained in:
R. RyanTM 2019-07-16 00:50:39 -07:00 committed by Frederik Rietdijk
parent 4a2375ce98
commit 4708662ebe

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "mahotas";
version = "1.4.5";
version = "1.4.7";
src = fetchFromGitHub {
owner = "luispedro";
repo = "mahotas";
rev = "v${version}";
sha256 = "0dm34751w1441lxq00219fqlqix5qrgc18wp1wgp7xivlz3czzcz";
sha256 = "1a3nzxb7is8n7lpxwq1fw3fr03qflig334rb1zzr2znjrhq6g94b";
};
# remove this as soon as https://github.com/luispedro/mahotas/issues/97 is fixed