Unverified Commit 5277d904 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.bx-py-utils: 116 -> 118 (#513788)

parents 5bbb2f96 2f4a1e0a
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 = "116";
  version = "118";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "boxine";
    repo = "bx_py_utils";
    tag = "v${version}";
    hash = "sha256-wrPEwYeM4HjhgRO51XyPx6e/TsX52378bFhPw1NZreM=";
    hash = "sha256-SasoLZ8Ay+aqBItT/O8RMGEbPXxXsL//ssvttMcnZnQ=";
  };

  postPatch = ''