mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.grpcio-health-checking: 1.80.0 -> 1.81.0
This commit is contained in:
parent
ac6c2aecd8
commit
3881bdb461
1 changed files with 2 additions and 2 deletions
|
|
@ -11,13 +11,13 @@
|
|||
# nixpkgs-update: no auto update
|
||||
buildPythonPackage rec {
|
||||
pname = "grpcio-health-checking";
|
||||
version = "1.80.0";
|
||||
version = "1.81.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "grpcio_health_checking";
|
||||
inherit version;
|
||||
hash = "sha256-LMXwi8i4FrhlWrb1nHFFAGO6IHZtMeIaST6RLjVgyLE=";
|
||||
hash = "sha256-CfMWdPGs3PIUvE5kDru77xZbB3of1kg0eVGW1Sv9zjk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue