python3Packages.viv-utils: 0.8.0 -> 0.8.1 (#449996)

This commit is contained in:
Fabian Affolter
2025-10-08 19:23:23 +00:00
committed by GitHub
@@ -8,7 +8,6 @@
pytest-sugar,
pytestCheckHook,
python-flirt,
pythonOlder,
setuptools-scm,
typing-extensions,
vivisect,
@@ -16,16 +15,14 @@
buildPythonPackage rec {
pname = "viv-utils";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "williballenthin";
repo = "viv-utils";
tag = "v${version}";
hash = "sha256-tstuRdQPcx2tPC2r+ngS99Yi3oP33p+Z1rh3N6BUBgo=";
hash = "sha256-YyD6CFA8lhc1XU7pckKv3th422ssYZkRJ/JfQD5e65c=";
};
build-system = [ setuptools-scm ];