aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/grpcio/py3/.yandex_meta/override.nix
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2024-12-17 12:59:42 +0300
committershadchin <shadchin@yandex-team.com>2024-12-17 13:19:38 +0300
commit30272794b11546a1e358cac78fc561ad1d4ef01b (patch)
tree7acbd64003d961bd7ff206155e6d0dbe3587f7b8 /contrib/python/grpcio/py3/.yandex_meta/override.nix
parentf32d21718185bebaf27b832f94f21c02825660b3 (diff)
downloadydb-30272794b11546a1e358cac78fc561ad1d4ef01b.tar.gz
Update contrib/libs/grpc and contrib/python/grpcio/py3 to 1.54.3
commit_hash:bb9eada94a255f7675a516b6c69ab9b64e741eec
Diffstat (limited to 'contrib/python/grpcio/py3/.yandex_meta/override.nix')
-rw-r--r--contrib/python/grpcio/py3/.yandex_meta/override.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/grpcio/py3/.yandex_meta/override.nix b/contrib/python/grpcio/py3/.yandex_meta/override.nix
index 46925d47d9..3b0ea381c6 100644
--- a/contrib/python/grpcio/py3/.yandex_meta/override.nix
+++ b/contrib/python/grpcio/py3/.yandex_meta/override.nix
@@ -1,10 +1,10 @@
pkgs: attrs: with pkgs; with python310.pkgs; with attrs; rec {
pname = "grpcio";
- version = "1.54.2";
+ version = "1.54.3";
src = fetchPypi {
inherit pname version;
- hash = "sha256-UKnwde7aUJeqmhgrs4d/4ScodeRTcDaKwO4Wq54i0Bk=";
+ hash = "sha256-ipuc8BEDeVBy9IdLSwZMXjeFhx1it3Txql+brKu8rCA=";
};
prePatch = "";