Merge pull request #291428 from r-ryantm/auto-update/python311Packages.bottleneck

python311Packages.bottleneck: 1.3.7 -> 1.3.8
This commit is contained in:
Nick Cao 2024-02-26 09:37:24 -05:00 committed by GitHub
commit e4f1f5cd68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "bottleneck";
version = "1.3.7";
version = "1.3.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Bottleneck";
inherit version;
hash = "sha256-4UZ+NzrUado0DtD/KDIU1lMcwIv9yiCDNho6pkcGgfg=";
hash = "sha256-Z4DYlpabp/U8iZW6kMh8VIvrPbQ13JDGC5oQ7Rq02Gg=";
};
propagatedBuildInputs = [