mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
4a2375ce98
commit
4708662ebe
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mahotas";
|
pname = "mahotas";
|
||||||
version = "1.4.5";
|
version = "1.4.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "luispedro";
|
owner = "luispedro";
|
||||||
repo = "mahotas";
|
repo = "mahotas";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0dm34751w1441lxq00219fqlqix5qrgc18wp1wgp7xivlz3czzcz";
|
sha256 = "1a3nzxb7is8n7lpxwq1fw3fr03qflig334rb1zzr2znjrhq6g94b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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…
Reference in New Issue
Block a user