python3Packages.viv-utils: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-10-08 16:47:05 +00:00
parent 59f9c6722b
commit 641564ee1b
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "viv-utils";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "williballenthin";
repo = "viv-utils";
tag = "v${version}";
hash = "sha256-tstuRdQPcx2tPC2r+ngS99Yi3oP33p+Z1rh3N6BUBgo=";
hash = "sha256-YyD6CFA8lhc1XU7pckKv3th422ssYZkRJ/JfQD5e65c=";
};
build-system = [ setuptools-scm ];