Merge pull request #253318 from fabaff/vsure-bump

python311Packages.vsure: 2.6.6 -> 2.6.7
This commit is contained in:
Fabian Affolter 2023-09-05 21:58:59 +02:00 committed by GitHub
commit e53fee4112
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.6";
version = "2.6.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ecrBvKOhW3znVoXHQeKKW4o/hbA4fLhxJrWZObwtki8=";
hash = "sha256-/eVFa1BTFbvFTAt48Bv+bjsV7f2eVSuKARJQVxDqU9s=";
};
propagatedBuildInputs = [