python3Packages.grpclib: 0.4.3 -> 0.4.4

This commit is contained in:
nikstur 2023-05-11 22:02:08 +02:00
parent a8eea70935
commit 4e95827446

View File

@ -13,7 +13,7 @@
}:
let
pname = "grpclib";
version = "0.4.3";
version = "0.4.4";
in
buildPythonPackage {
inherit pname version;
@ -23,7 +23,7 @@ buildPythonPackage {
owner = "vmagamedov";
repo = pname;
rev = "v${version}";
hash = "sha256-zjctvsuX5yJl1EXIAaiukWGYJbdgU7OZllgOYAmp1b4=";
hash = "sha256-bCLyBfsNdIGdpz9l/r2iYIQ5TitKmsctekeOthIkXhw=";
};
propagatedBuildInputs = [