python3Packages.dogpile-cache: 1.4.0 -> 1.4.1 (#445415)

This commit is contained in:
Nick Cao
2025-09-23 20:21:45 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dogpile-cache";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "dogpile_cache";
inherit version;
hash = "sha256-sAqeL0Cc+b9Iwuej4+aNrF+nWROsvxpi+CfIEtNfPQk=";
hash = "sha256-4lxg5nel4o/4YSR2X78YxTJXvNeDB0nNW6NQrOKhKYk=";
};
build-system = [ setuptools ];