Unverified Commit 3a9542aa authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.bump-my-version: 1.2.5 -> 1.2.6 (#475196)

parents 7c2d55e9 bda69480
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage rec {
  pname = "bump-my-version";
  version = "1.2.5";
  version = "1.2.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "callowayproject";
    repo = "bump-my-version";
    tag = version;
    hash = "sha256-XSURPCU/sXbUOR+FYhrlo1G5W3o06Q+RcRa/lbEUBow=";
    hash = "sha256-/YaaVWddBAQlDvHqsDfYd5Dv+2VLkFrtuTfCGih4XBo=";
  };

  build-system = [