1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491)

This commit is contained in:
Fabian Affolter 2024-11-17 08:58:30 +01:00 committed by GitHub
commit d8d7b6e062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.49.1";
version = "3.50.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "googleapis";
repo = "python-spanner";
rev = "refs/tags/v${version}";
hash = "sha256-KwANiuzVyqsz+KKTqNPM1WftuoMtUXRI8xbIdAzZF+s=";
hash = "sha256-eRCu+CwzJmhixN7VkLZkvlBEe9PMiSDtAIoyktdgN3M=";
};
build-system = [ setuptools ];