python3Packages.uv-dynamic-versioning: 0.11.0 -> 0.11.1 (#444286)

This commit is contained in:
Gaétan Lepage
2025-09-19 22:02:08 +00:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "uv-dynamic-versioning";
version = "0.11.0";
version = "0.11.1";
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-AH0ZGZYmsVub/1Vqmedgop6QRNSNOnMh5ALkBqwepUw=";
hash = "sha256-lnEi1supRlVGgMGpjG2DcWtX/bga9mE5jMDE0o26XM0=";
};
build-system = [