python311Packages.dogpile-cache: 1.3.0 -> 1.3.2

This commit is contained in:
R. Ryantm
2024-02-25 01:31:30 +00:00
parent 7794d8a785
commit 3519ab4c1c
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dogpile-cache";
version = "1.3.0";
version = "1.3.2";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "dogpile.cache";
inherit version;
hash = "sha256-Cjh/GTLAce6P2XHS/1H4q6EQbFWUOaUbjHSiB/QOIV0=";
hash = "sha256-T3HcAzOtNRycb3BPW6Kje/Ucbu0EN9Gt9W4HWVmv5js=";
};
nativeBuildInputs = [