python37Packages.proto-plus: 1.10.1 -> 1.11.0

This commit is contained in:
R. RyanTM 2020-11-05 08:57:47 +00:00 committed by Jonathan Ringer
parent 79a01d91e2
commit a7de168b12

View file

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "proto-plus";
version = "1.10.1";
version = "1.11.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0n8ia51jg2dkab2sf0qnh39bssqhz65ybcqr78f3zzf7ja923lkr";
sha256 = "416a0f13987789333cd8760a0ee998f8eccd6d7165ee9f283d64ca2de3e8774d";
};
propagatedBuildInputs = [ protobuf ];