diff --git a/pkgs/development/python-modules/litestar-htmx/default.nix b/pkgs/development/python-modules/litestar-htmx/default.nix index 2eec220ce2c9..b23f0584c7ec 100644 --- a/pkgs/development/python-modules/litestar-htmx/default.nix +++ b/pkgs/development/python-modules/litestar-htmx/default.nix @@ -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;