python3Packages.uv-dynamic-versioning: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2025-09-19 09:18:14 +00:00
parent 1fd2ac2221
commit ed70e0383b
@@ -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 = [