pythonPackages.bottleneck: 1.0.0 -> 1.2.0
This commit is contained in:
parent
4677b6cf84
commit
a75aa2cddb
|
@ -18021,10 +18021,10 @@ in {
|
||||||
|
|
||||||
bottleneck = buildPythonPackage rec {
|
bottleneck = buildPythonPackage rec {
|
||||||
name = "Bottleneck-${version}";
|
name = "Bottleneck-${version}";
|
||||||
version = "1.0.0";
|
version = "1.2.0";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/B/Bottleneck/Bottleneck-${version}.tar.gz";
|
url = "mirror://pypi/B/Bottleneck/Bottleneck-${version}.tar.gz";
|
||||||
sha256 = "15dl0ll5xmfzj2fsvajzwxsb9dbw5i9fx9i4r6n4i5nzzba7m6wd";
|
sha256 = "3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
|
|
Loading…
Reference in New Issue