Unverified Commit 50923ed3 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

python312Packages.django-cacheops: 7.1 -> 7.2 (#400324)

parents aead2604 3cb6f0a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];