mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python312Packages.google-cloud-redis: 2.15.4 -> 2.15.5
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-redis-v2.15.5/packages/google-cloud-redis/CHANGELOG.md
This commit is contained in:
parent
35ff1783b7
commit
34f99cc9bb
1 changed files with 6 additions and 5 deletions
|
@ -13,19 +13,20 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-redis";
|
||||
version = "2.15.4";
|
||||
version = "2.15.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-vG8+mL1A5j9Cuwzmz+aYbjmYXWlGCzriDNtQoLbwmoU=";
|
||||
pname = "google_cloud_redis";
|
||||
inherit version;
|
||||
hash = "sha256-0k3Ww3mznGAUQ4uQMAA+/5gTr71a8rj730cz3GXzZ2A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
proto-plus
|
||||
protobuf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue