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

Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v78...v80
This commit is contained in:
Robert Schütz 2023-04-25 07:55:34 -07:00 committed by Robert Schütz
parent 1280962219
commit a4b25ea808

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bx-py-utils";
version = "78";
version = "80";
disabled = pythonOlder "3.9";
@ -23,9 +23,13 @@ buildPythonPackage rec {
owner = "boxine";
repo = "bx_py_utils";
rev = "refs/tags/v${version}";
hash = "sha256-dMcbv/qf+8Qzu47MVFU2QUviT/vjKsHp+45F/6NOlWo=";
hash = "sha256-ih0tqT+3fTTgncXz4bneo4OGT0jVhybdADTy1de5VqI=";
};
postPatch = ''
rm bx_py_utils_tests/publish.py
'';
nativeBuildInputs = [
poetry-core
];