python312Packages.viv-utils: 0.7.11 -> 0.7.13 (#360744)

This commit is contained in:
Weijia Wang
2025-01-01 01:53:40 +01:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "viv-utils";
version = "0.7.11";
version = "0.7.13";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "williballenthin";
repo = "viv-utils";
rev = "refs/tags/v${version}";
hash = "sha256-zYamhG5oeoYYVLEvv1EdZ1buFDByZatuCxbl0uRhk6Y=";
hash = "sha256-NiXLNsRQ/ah+fB2r91A1oqf/8Yt95Vdt2JQFJE73HXo=";
};
build-system = [ setuptools-scm ];