python312Packages.huey: 2.5.1 -> 2.5.2 (#344566)

This commit is contained in:
Nick Cao 2024-09-26 15:49:31 -04:00 committed by GitHub
commit 2446fb42a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "huey";
version = "2.5.1";
version = "2.5.2";
format = "pyproject";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0oiYmLOwUsZjq7mR0nXwS00VVsLWOXY25whw6262uEo=";
hash = "sha256-0X4gUIFqkE4GLW5Eqbolpk7KZdsvjkRxD20YmLPG11A=";
};
nativeBuildInputs = [