python3Packages.uv-dynamic-versioning: 0.11.0 -> 0.11.1
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user