Unverified Commit 0517b4a2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.django-maintenance-mode: 0.21.1 -> 0.22.0 (#405150)

parents 80988fb0 1ebc00c7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "django-maintenance-mode";
  version = "0.21.1";
  version = "0.22.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "fabiocaccamo";
    repo = "django-maintenance-mode";
    tag = version;
    hash = "sha256-rZo0yru+y5TkdULBQDMGAVb494PSLtbnNX/7cuphKNk=";
    hash = "sha256-Gd6Bmir0bHsD7Xaq1N9S8bSMGQWbVCBIA8Cftzu6QB0=";
  };

  nativeBuildInputs = [ setuptools ];
@@ -43,7 +43,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Shows a 503 error page when maintenance-mode is on";
    homepage = "https://github.com/fabiocaccamo/django-maintenance-mode";
    changelog = "https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/${version}";
    changelog = "https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/${src.tag}";
    license = licenses.bsd3;
    maintainers = with maintainers; [ mrmebelman ];
  };