python3Packages.bx-py-utils: 115 -> 116

This commit is contained in:
R. Ryantm
2026-02-19 21:13:57 +00:00
parent 9c47edbb53
commit 5129e593ee
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "bx-py-utils";
version = "115";
version = "116";
pyproject = true;
src = fetchFromGitHub {
owner = "boxine";
repo = "bx_py_utils";
tag = "v${version}";
hash = "sha256-CTVjpXlypalhzyFEQOqs5Zf5HMcBX+AyF9QCVe5WbwA=";
hash = "sha256-wrPEwYeM4HjhgRO51XyPx6e/TsX52378bFhPw1NZreM=";
};
postPatch = ''