python3Packages.django-htmx: 1.23.2 -> 1.24.1

This commit is contained in:
R. Ryantm
2025-09-12 10:58:12 +00:00
parent acbc6a959f
commit 459db9873a
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-htmx";
version = "1.23.2";
version = "1.24.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "adamchainz";
repo = "django-htmx";
rev = version;
hash = "sha256-fteFMwfHuQdAIn5OMbpc52/18pkh8+O11KhvnKH6Jj8=";
hash = "sha256-pxCC/LTvk2bKARb+eOCQgspp7WibnWdIvgUPf+yYRyw=";
};
build-system = [ setuptools ];