mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
Merge pull request #11852 from luispedro/update_mahotas141
mahotas: 1.4.0 -> 1.4.1
This commit is contained in:
commit
c6eab0c980
|
@ -3271,11 +3271,11 @@ in modules // {
|
||||||
|
|
||||||
mahotas = buildPythonPackage rec {
|
mahotas = buildPythonPackage rec {
|
||||||
name = "python-mahotas-${version}";
|
name = "python-mahotas-${version}";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/luispedro/mahotas/archive/release-${version}.tar.gz";
|
url = "https://github.com/luispedro/mahotas/archive/release-${version}.tar.gz";
|
||||||
sha256 = "30c4b979e0d5f4c013860321766a79ffcabe56c1ad9088e5d0c6b36aec5f0415";
|
sha256 = "a684d339a3a4135f6f7161851161174755e9ea643b856b0bb48abd5515041ab6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [
|
buildInputs = with self; [
|
||||||
|
|
Loading…
Reference in a new issue