From dfdf44c7a0156af78b10c6589d2c504628cdc772 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 18 Jun 2025 07:03:38 +0000 Subject: [PATCH] python3Packages.litestar-htmx: 0.4.1 -> 0.5.0 --- pkgs/development/python-modules/litestar-htmx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;