python3Packages.huey: 2.5.4 -> 2.5.5

This commit is contained in:
R. Ryantm
2025-12-07 17:16:14 +00:00
parent 6aca194abb
commit a5ee031afb
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "huey";
version = "2.5.4";
version = "2.5.5";
format = "pyproject";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = "huey";
tag = version;
hash = "sha256-PIMnPb6QQh20/LPfk8LaidhLHMrL8dHigLigyy2ki4Q=";
hash = "sha256-fpnaf0hk26Sm+d3pggW/GfT0oSbYpSm5xotejbOWeJY=";
};
nativeBuildInputs = [