python310Packages.pydrive2: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2023-07-10 20:01:08 +00:00
parent a9e20ed1e0
commit d3e87f9e9d

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pydrive2";
version = "1.16.0";
version = "1.16.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyDrive2";
inherit version;
hash = "sha256-u9yNLgAuT4fSD5vYSfk/1lieu0Da2X+UtvOCtP/Ws8E=";
hash = "sha256-chBTXoNyiWpEcCxCQKop1GELAyWyX5TN0H1P7A/ScFM=";
};
propagatedBuildInputs = [