python312Packages.bx-py-utils: 96 -> 98 (#337507)

This commit is contained in:
Robert Schütz 2024-08-27 14:28:42 -07:00 committed by GitHub
commit 57d37a6b8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "bx-py-utils";
version = "96";
version = "98";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "boxine";
repo = "bx_py_utils";
rev = "refs/tags/v${version}";
hash = "sha256-AZGZwEyXGbpKGFYxmdmkIPzyioF7pdFU62dqOrHYni4=";
hash = "sha256-VJ4510HLTqdRfeUEe2srT8+W9AaRpi+Mm6srZOOp0fc=";
};
postPatch = ''