python3Packages.proto-plus: 1.13.0 -> 1.18.1

This commit is contained in:
Sandro Jäckel 2021-04-05 04:54:04 +02:00
parent 60d4ac8280
commit 3c34ea9b4c
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "proto-plus";
version = "1.13.0";
version = "1.18.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1i5jjnwpd288378h37zads08h695iwmhxm0sxbr3ln6aax97rdb1";
sha256 = "sha256-z8RUdMftoP48S57KJUISTyoP9VQyQr7GHo0IvOD1vUg=";
};
propagatedBuildInputs = [ protobuf ];