Unverified Commit 6a319c3f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #284768 from r-ryantm/auto-update/python311Packages.bip-utils

python311Packages.bip-utils: 2.9.0 -> 2.9.1
parents cf292b92 75cd6e49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "bip-utils";
  version = "2.9.0";
  version = "2.9.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "ebellocchia";
    repo = "bip_utils";
    rev = "refs/tags/v${version}";
    hash = "sha256-PUWKpAn6Z1E7uMk8+XFm6FDtupzj6eMSkyXR9vN1w3I=";
    hash = "sha256-D+LalbrwsjxwYW8l38D1l4tGAsjrZ+bS+/Ppgaxkzy4=";
  };

  propagatedBuildInputs = [