Merge pull request #131021 from marsam/update-grpc

This commit is contained in:
Sandro 2021-07-22 15:30:09 +02:00 committed by GitHub
commit 35e3d5d6aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,13 +3,13 @@
}:
stdenv.mkDerivation rec {
version = "1.38.1"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
version = "1.39.0"; # N.B: if you change this, change pythonPackages.grpcio-tools to a matching version too
pname = "grpc";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
sha256 = "0hjp946x5695srmc6bg2m7iih81jdmhpxn4bjcl80f09v4qsb0nl";
sha256 = "1wa7n7mf20fnvxqw093kr7a4c7vilcmx9yl3hicnyfcd663jgqvd";
fetchSubmodules = true;
};
patches = [

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.38.1";
version = "1.39.0";
src = fetchPypi {
inherit pname version;
sha256 = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77";
sha256 = "39dfe7415bc0d3860fdb8dd90607594b046b88b57dbe64284efa4820f951c805";
};
outputs = [ "out" "dev" ];