python3Packages.dogpile-cache: 1.3.4 -> 1.4.0 (#405584)

This commit is contained in:
R. RyanTM 2025-05-13 07:21:51 +10:00 committed by GitHub
parent a1929b7300
commit 9d8f8df47b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,15 +13,15 @@
buildPythonPackage rec {
pname = "dogpile-cache";
version = "1.3.4";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.9";
src = fetchPypi {
pname = "dogpile_cache";
inherit version;
hash = "sha256-TwKVV19f3T9+E8hLqONmVpcdGGmiCBtHN+yZ7eN4qMA=";
hash = "sha256-sAqeL0Cc+b9Iwuej4+aNrF+nWROsvxpi+CfIEtNfPQk=";
};
build-system = [ setuptools ];