python313Packages.python-google-drive-api: 0.0.2 -> 0.1.0

https://github.com/tronikos/python-google-drive-api/compare/refs/tags/v0.0.2...v0.1.0
This commit is contained in:
Martin Weinelt
2025-02-10 23:07:26 +01:00
parent 5934f7eade
commit 9f6a82d4e5
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-google-drive-api";
version = "0.0.2";
version = "0.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "python-google-drive-api";
tag = "v${version}";
hash = "sha256-JvPaMD7UHDqCQCoh1Q8jNFw4R7Jbp2YQDBI3xVp1L1g=";
hash = "sha256-3es2rmndahH+DMEEwjBxyZKd27qDZIocPbzScF7B5fA=";
};
build-system = [ setuptools ];