Merge pull request #246412 from fabaff/vsure-bump

python311Packages.vsure: 2.6.2 -> 2.6.4
This commit is contained in:
Fabian Affolter 2023-08-01 21:26:48 +02:00 committed by GitHub
commit c54778b671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "vsure";
version = "2.6.2";
version = "2.6.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8AqxLIrsFtAazH+ZqhXbkYNhlAhQ5XL/tNFRAGLh2kk=";
hash = "sha256-d9t/zO1ROCndS+5kiFVyDbs+96z7GMHaH6T82b8hl40=";
};
propagatedBuildInputs = [