Unverified Commit 355463ee authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #282502 from dotlambda/bx-py-utils-91

python311Packages.bx-py-utils: 88 -> 91
parents 4522b155 8749af1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "bx-py-utils";
  version = "88";
  version = "91";

  disabled = pythonOlder "3.9";

@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "boxine";
    repo = "bx_py_utils";
    rev = "refs/tags/v${version}";
    hash = "sha256-Ds7Ljgp6OdbFkEWl1E0X03o0oJ/Nk8U3pO/ztK42DbY=";
    hash = "sha256-W8NP5h9fHyTJj6TIpBunoPcNOu8eWV1rA8ZaoGUnmBQ=";
  };

  postPatch = ''