Merge pull request #282502 from dotlambda/bx-py-utils-91

python311Packages.bx-py-utils: 88 -> 91
This commit is contained in:
Nick Cao
2024-01-21 11:36:04 -05:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "bx-py-utils";
version = "88";
version = "91";
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "boxine";
repo = "bx_py_utils";
rev = "refs/tags/v${version}";
hash = "sha256-Ds7Ljgp6OdbFkEWl1E0X03o0oJ/Nk8U3pO/ztK42DbY=";
hash = "sha256-W8NP5h9fHyTJj6TIpBunoPcNOu8eWV1rA8ZaoGUnmBQ=";
};
postPatch = ''