python3Packages.django-health-check: 4.4.2 -> 4.4.3

This commit is contained in:
R. Ryantm
2026-07-01 19:23:39 +00:00
parent bf6fdb7e3a
commit bc9d617dc7
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "django-health-check";
version = "4.4.2";
version = "4.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "codingjoe";
repo = "django-health-check";
tag = version;
hash = "sha256-O/s++NN07B6I8YVi2HetIRY9IPtnh6Br5QzSH61NQy0=";
hash = "sha256-brC/gMqxo6BsfMA+4u9alOtIH4js4EgdExT1LL0QXxU=";
};
build-system = [