mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.google-cloud-firestore: 2.27.0 -> 2.28.0
https://github.com/googleapis/google-cloud-python/tree/google-cloud-firestore-v2.28.0/packages/google-cloud-firestore/CHANGELOG.md
This commit is contained in:
parent
b6ae6284ae
commit
fb5c141742
1 changed files with 2 additions and 2 deletions
|
|
@ -21,14 +21,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "google-cloud-firestore";
|
||||
version = "2.27.0";
|
||||
version = "2.28.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-cloud-python";
|
||||
tag = "google-cloud-firestore-v${finalAttrs.version}";
|
||||
hash = "sha256-hdUT4SRPOL+ArpU4RcsNCUCV3UCW3vQgwtHuxJiyZeU=";
|
||||
hash = "sha256-dct5yBerIMNQgVIvOWdO9yTxSrH1JDUen6I7CYHftC0=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/packages/google-cloud-firestore";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue