Unverified Commit eeede76b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.uv-dynamic-versioning: 0.11.2 -> 0.12.0 (#471014)

parents 606b07c3 f80691b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "uv-dynamic-versioning";
  version = "0.11.2";
  version = "0.12.0";
  pyproject = true;

  src = fetchFromGitHub {
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    tag = "v${version}";
    # Tests perform mock operations on the local repo
    leaveDotGit = true;
    hash = "sha256-KB5EhXXQfaxAWM3DpkRxpBbelJc25btTtTppSn38b3o=";
    hash = "sha256-wa77MZnKa8Kvswli2cymUtpXRumnocaJ0xn4h3J/DAs=";
  };

  build-system = [