python310Packages.bx-py-utils: 75 -> 76

Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v75...v76
This commit is contained in:
Robert Schütz 2023-02-22 14:18:07 -08:00 committed by Robert Schütz
parent 375f5b6f80
commit 5261692e98

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bx-py-utils";
version = "75";
version = "76";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "boxine";
repo = "bx_py_utils";
rev = "refs/tags/v${version}";
hash = "sha256-+RHt5QTXxuaY1tDe1M66TrQfT9I7X56oVQAW36mzSwM=";
hash = "sha256-daqbF+DCt4yvKHbEzwJyOzEgsYLqhR31a0pYqp9OSvo=";
};
nativeBuildInputs = [