python3Packages.vsure: 2.9.0 -> 2.10.0 (#545417)

This commit is contained in:
Fabian Affolter
2026-07-25 20:36:38 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "vsure";
version = "2.9.0";
version = "2.10.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-OxvRt3Vn53lll8YhNBApi0GWo2AqZ5q3QZeWOjCKjDU=";
hash = "sha256-xygPdwWzYQfA/O2MDTMGustcpcxIUbsTQruUDt205dE=";
};
build-system = [ setuptools ];