Unverified Commit 6c3dde04 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.bx-py-utils: 114 -> 115 (#489693)

parents cc03ffdf 48330084
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "bx-py-utils";
  version = "114";
  version = "115";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "boxine";
    repo = "bx_py_utils";
    tag = "v${version}";
    hash = "sha256-AAn1e5HuSngEnCoCpOvVjxavZbiH2YL+38gXxhqLLBo=";
    hash = "sha256-CTVjpXlypalhzyFEQOqs5Zf5HMcBX+AyF9QCVe5WbwA=";
  };

  postPatch = ''