python3Packages.django-health-check: 3.18.3 -> 3.20.0

https://github.com/revsys/django-health-check/releases/tag/3.20.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:07 +02:00
parent dbda9b3f58
commit 2a70195ea8
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "django-health-check";
version = "3.18.3";
version = "3.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "KristianOellegaard";
repo = "django-health-check";
tag = version;
hash = "sha256-+6+YxB/x4JdKUCwxxe+YIc+r1YAzngFUHiS6atupWM8=";
hash = "sha256-qgABCDWKGYZ67sKvCozUQfmYcKWMpEVNLxInTnIaojk=";
};
build-system = [ setuptools-scm ];
@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pluggable app that runs a full check on the deployment";
homepage = "https://github.com/KristianOellegaard/django-health-check";
changelog = "https://github.com/revsys/django-health-check/releases/tag/${version}";
changelog = "https://github.com/revsys/django-health-check/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
};