mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python312Packages.google-cloud-firestore: 2.17.1 -> 2.18.0
Changelog: https://github.com/googleapis/python-firestore/blob/v2.18.0/CHANGELOG.md
This commit is contained in:
parent
35ff1783b7
commit
8ee6720b2e
1 changed files with 4 additions and 3 deletions
|
@ -18,14 +18,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-firestore";
|
||||
version = "2.17.1";
|
||||
version = "2.18.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4gRp51JgDkEwBUjo9aFpBQjG1nXk0QpuwCE9L8qvwj4=";
|
||||
pname = "google_cloud_firestore";
|
||||
inherit version;
|
||||
hash = "sha256-PbXdQjNLmQTYKzeGcDpaS1doEPtQ9huPqD7PTxe3/a4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue