python312Packages.grpcio: fix src hash (#351693)

This commit is contained in:
Martin Weinelt 2024-10-27 17:30:54 +01:00 committed by GitHub
commit 5d11433af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@
c-ares,
cython,
fetchPypi,
grpc,
openssl,
pkg-config,
protobuf,
@ -23,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-VjWIxYe3XDS5KLxChUjlsA6jjEaXIYGk2Ldbp+PyQjE=";
hash = "sha256-4JCyVT4Noch1RJyOdQc91EFd1xyb3mpAYkD99MDuRnw=";
};
outputs = [