python3Packages.vsure: 1.7.2 -> 1.7.3

This commit is contained in:
Fabian Affolter 2021-03-16 08:26:44 +01:00
parent 916536210d
commit 504a98a05e

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 ];