Robert Schütz
2024-01-20 22:40:58 -08:00
parent 93725d9e26
commit 8749af1bf2
@@ -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 = ''