python311Packages.vsure: 2.6.1 -> 2.6.2

This commit is contained in:
Fabian Affolter 2023-06-27 09:59:24 +02:00 committed by Martin Weinelt
parent d9ec93ad3e
commit 0d9bbeda51

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "vsure";
version = "2.6.1";
version = "2.6.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-D6Q76L1BVx5hpFSShP1rUOmgTogEO+6Jj5x8GaepC+c=";
hash = "sha256-8AqxLIrsFtAazH+ZqhXbkYNhlAhQ5XL/tNFRAGLh2kk=";
};
propagatedBuildInputs = [