Merge pull request #311192 from r-ryantm/auto-update/python311Packages.dogpile-cache

python311Packages.dogpile-cache: 1.3.2 -> 1.3.3
This commit is contained in:
Nick Cao 2024-05-13 10:56:02 -04:00 committed by GitHub
commit bab00f87be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dogpile-cache";
version = "1.3.2";
version = "1.3.3";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "dogpile.cache";
inherit version;
hash = "sha256-T3HcAzOtNRycb3BPW6Kje/Ucbu0EN9Gt9W4HWVmv5js=";
hash = "sha256-+EuO0LD7KX0VEFVEf6jcr3uuVm1Nve/s3MHzdmKrWIs=";
};
nativeBuildInputs = [