python3Packages.uv-dynamic-versioning: 0.12.0 -> 0.13.0

https://github.com/ninoseki/uv-dynamic-versioning/releases/tag/v0.13.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:10 +01:00
parent b7b1e760a1
commit e13c936730
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "uv-dynamic-versioning";
version = "0.12.0";
version = "0.13.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-wa77MZnKa8Kvswli2cymUtpXRumnocaJ0xn4h3J/DAs=";
hash = "sha256-MI4LRo9XDmafXQ/xN1G8vtrBVE20qviwspMo5vIabFI=";
};
build-system = [
@@ -62,7 +62,7 @@ buildPythonPackage rec {
meta = {
description = "Dynamic versioning based on VCS tags for uv/hatch project";
homepage = "https://github.com/ninoseki/uv-dynamic-versioning";
changelog = "https://github.com/ninoseki/uv-dynamic-versioning/releases/tag/v${version}";
changelog = "https://github.com/ninoseki/uv-dynamic-versioning/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];
};