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

Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v76...v78

Changelog: https://github.com/boxine/bx_py_utils/releases/tag/v78
This commit is contained in:
Robert Schütz 2023-04-12 13:45:50 -07:00 committed by Robert Schütz
parent b75b059c74
commit a3bc6d87d5

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bx-py-utils";
version = "76";
version = "78";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "boxine";
repo = "bx_py_utils";
rev = "refs/tags/v${version}";
hash = "sha256-daqbF+DCt4yvKHbEzwJyOzEgsYLqhR31a0pYqp9OSvo=";
hash = "sha256-dMcbv/qf+8Qzu47MVFU2QUviT/vjKsHp+45F/6NOlWo=";
};
nativeBuildInputs = [