python3Packages.django-htmx: 1.23.0 -> 1.23.2

This commit is contained in:
R. Ryantm
2025-09-01 03:36:12 +00:00
parent ef205d1b24
commit e980e27e1b
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-htmx";
version = "1.23.0";
version = "1.23.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "adamchainz";
repo = "django-htmx";
rev = version;
hash = "sha256-IgVkHgTk4hC0lL6LVM16QoT2xtPWxKNu+NrcyxZ5oVY=";
hash = "sha256-fteFMwfHuQdAIn5OMbpc52/18pkh8+O11KhvnKH6Jj8=";
};
build-system = [ setuptools ];