Unverified Commit 2e91e3ba authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python313Packages.bump-my-version: 1.2.3 -> 1.2.4 (#448812)

parents c2417032 4bdb7828
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.3";
  version = "1.2.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "callowayproject";
    repo = "bump-my-version";
    tag = version;
    hash = "sha256-0gaRW8gUCC4gVsikGD4is8xGZm+JTWfFQ2QUyau8vZ0=";
    hash = "sha256-VICFz9scVPmoRDORcxq7V1ijipkg8w7uuMRRl0ReseI=";
  };

  build-system = [