python311Packages.bx-py-utils: 80 -> 88

Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v80...v88
This commit is contained in:
Robert Schütz 2023-11-26 17:42:18 -08:00
parent 5171694860
commit a12f232582

View File

@ -14,17 +14,17 @@
buildPythonPackage rec {
pname = "bx-py-utils";
version = "80";
version = "88";
disabled = pythonOlder "3.9";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "boxine";
repo = "bx_py_utils";
rev = "refs/tags/v${version}";
hash = "sha256-ih0tqT+3fTTgncXz4bneo4OGT0jVhybdADTy1de5VqI=";
hash = "sha256-Ds7Ljgp6OdbFkEWl1E0X03o0oJ/Nk8U3pO/ztK42DbY=";
};
postPatch = ''