python3Packages.proto-plus: 1.19.0 -> 1.19.2

This commit is contained in:
Sandro Jäckel 2021-10-04 23:47:05 +02:00
parent 09b09bc67e
commit 8c611f2555
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "proto-plus";
version = "1.19.0";
version = "1.19.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-zmaVzoBDg61vOSxLsYdMMjiWKQofZWVg3jZBa6gy2R4=";
sha256 = "sha256-ylMLBxjGJbpj8VGrP83INrWTQ9FJt9/RXsLc6zhEwi0=";
};
propagatedBuildInputs = [ protobuf ];