Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

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

authored by Robert Schütz and committed by Robert Schütz a4b25ea8 12809622

+6 -2
+6 -2
pkgs/development/python-modules/bx-py-utils/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "bx-py-utils"; 16 - version = "78"; 17 18 disabled = pythonOlder "3.9"; 19 ··· 23 owner = "boxine"; 24 repo = "bx_py_utils"; 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-dMcbv/qf+8Qzu47MVFU2QUviT/vjKsHp+45F/6NOlWo="; 27 }; 28 29 nativeBuildInputs = [ 30 poetry-core
··· 13 14 buildPythonPackage rec { 15 pname = "bx-py-utils"; 16 + version = "80"; 17 18 disabled = pythonOlder "3.9"; 19 ··· 23 owner = "boxine"; 24 repo = "bx_py_utils"; 25 rev = "refs/tags/v${version}"; 26 + hash = "sha256-ih0tqT+3fTTgncXz4bneo4OGT0jVhybdADTy1de5VqI="; 27 }; 28 + 29 + postPatch = '' 30 + rm bx_py_utils_tests/publish.py 31 + ''; 32 33 nativeBuildInputs = [ 34 poetry-core