python3Packages.django-htmx: 1.27.0 -> 1.28.0

This commit is contained in:
R. Ryantm
2026-07-18 13:19:48 +00:00
parent c13fa174d8
commit 9c52d3b6a5
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "django-htmx";
version = "1.27.0";
version = "1.28.0";
pyproject = true;
src = fetchFromGitHub {
owner = "adamchainz";
repo = "django-htmx";
tag = version;
hash = "sha256-5Z/Ji1J6ofOHG64aj9bsHEw6EBELFQ4Lwsn8vGQUFe8=";
hash = "sha256-24TVOaV0VKFq506XSJ9q86sYifKOjNHeAjSskyhcst0=";
};
build-system = [ setuptools ];