python3Packages.litestar-htmx: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-06-18 07:03:38 +00:00
parent 871d2b7724
commit dfdf44c7a0
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "litestar-htmx";
version = "0.4.1";
version = "0.5.0";
src = fetchPypi {
pname = "litestar_htmx";
inherit version;
hash = "sha256-uiU3AI64zBi/yL7lzssoCSTHgYuxwGbXnq5LIhaWygg=";
hash = "sha256-4C0aOpIXLIdINfo+Z0nWWun8Ym0N9GcZSQoWKT4hRvs=";
};
pyproject = true;