Merge pull request #118539 from SuperSandro2000/python3Packages.proto-plus
python3Packages.proto-plus: 1.13.0 -> 1.18.1
This commit is contained in:
commit
8c0fd3bd40
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "proto-plus";
|
pname = "proto-plus";
|
||||||
version = "1.13.0";
|
version = "1.18.1";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1i5jjnwpd288378h37zads08h695iwmhxm0sxbr3ln6aax97rdb1";
|
sha256 = "sha256-z8RUdMftoP48S57KJUISTyoP9VQyQr7GHo0IvOD1vUg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ protobuf ];
|
propagatedBuildInputs = [ protobuf ];
|
||||||
|
|
Loading…
Reference in a new issue