python312Packages.django-cacheops: 7.1 -> 7.2
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user