python312Packages.gspread: 6.1.2 -> 6.1.3 (#346311)

This commit is contained in:
h7x4 2024-10-05 00:08:47 +02:00 committed by GitHub
commit 4b0a6892dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "gspread";
version = "6.1.2";
version = "6.1.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "burnash";
repo = "gspread";
rev = "refs/tags/v${version}";
hash = "sha256-hvT4e1l3MTT3WMDSfKvZ7BU8dzkzgPROHrnx5mKyCR4=";
hash = "sha256-ZMzgIRLwMXvJ+JIz3BUps7CTaV/MhfjZYqkEbgHQh+A=";
};
nativeBuildInputs = [ flit-core ];