python311Packages.dogpile-cache: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-01-14 07:27:28 +00:00
parent 9e9a77c512
commit f9da8ba711

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dogpile-cache";
version = "1.2.2";
version = "1.3.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "dogpile.cache";
inherit version;
hash = "sha256-/ZAiwNnLra3yCUI5GpWtrylr6AtC2qjiAvjeHCHxmLI=";
hash = "sha256-Cjh/GTLAce6P2XHS/1H4q6EQbFWUOaUbjHSiB/QOIV0=";
};
nativeBuildInputs = [