Merge pull request #180011 from r-ryantm/auto-update/python310Packages.bottleneck

python310Packages.bottleneck: 1.3.4 -> 1.3.5
This commit is contained in:
Fabian Affolter 2022-07-03 20:16:31 +02:00 committed by GitHub
commit 113bfdf04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "bottleneck";
version = "1.3.4";
version = "1.3.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Bottleneck";
inherit version;
hash = "sha256-F2Sn9K1YxVhyPFQoR+s2erC7ttiApOXV7vMKDs5c7Oo=";
hash = "sha256-LA0nr+RTUfb0IYkzYmIYBPp96hT+KaeOqlLUMj9kbec=";
};
propagatedBuildInputs = [