python3Packages.vsure: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2026-07-15 16:56:05 +00:00
parent a84be33b3b
commit bc982679f2

View File

@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "vsure";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-FC2aRsfxBGO8HaEHGJWweKgZzz8UG/03oB/E+hOAe/w=";
hash = "sha256-OxvRt3Vn53lll8YhNBApi0GWo2AqZ5q3QZeWOjCKjDU=";
};
build-system = [ setuptools ];