Unverified Commit cfa49807 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.djangocms-alias: 2.0.1 -> 2.0.2 (#374455)

parents fadbe13a a8cbbd43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "djangocms-alias";
  version = "2.0.1";
  version = "2.0.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "django-cms";
    repo = "djangocms-alias";
    tag = version;
    hash = "sha256-ZOushwfBMjzlnuY6vHtM6Ge/VotBHaosIhFItmVkqkc=";
    hash = "sha256-yAH3eBeQhTBAHp0Zof1RIa7yYffC9V2zkS7E7mKecbA=";
  };

  build-system = [ setuptools ];