python312Packages.django-cacheops: 7.1 -> 7.2

This commit is contained in:
R. Ryantm
2025-04-20 12:07:15 +00:00
parent f315f1ad9d
commit 3cb6f0a12c
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "django-cacheops";
version = "7.1";
version = "7.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_cacheops";
inherit version;
hash = "sha256-7Aeau5aFVzIe4gjGJ0ggIxgg+YymN33alx8EmBvCq1I=";
hash = "sha256-y8EcwDISlaNkTie8smlA8Iy5wucdPuUGy8/wvdoanzM=";
};
pythonRelaxDeps = [ "funcy" ];