Merge pull request #116502 from fabaff/bump-vsure

python3Packages.vsure: 1.7.2 -> 1.7.3
This commit is contained in:
Sandro 2021-03-16 09:54:19 +01:00 committed by GitHub
commit 985de1a4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "vsure"; pname = "vsure";
version = "1.7.2"; version = "1.7.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-EFat1sewh0Y9PHs08Grlk2RparA47GqkUv/WJ3J2494="; sha256 = "sha256-tnUL9krKHqHR79EROsmVflCy9uO1n0iV6evQc/YpxnM=";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];