1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Merge pull request #118539 from SuperSandro2000/python3Packages.proto-plus

python3Packages.proto-plus: 1.13.0 -> 1.18.1
This commit is contained in:
Sandro 2021-04-05 07:14:29 +02:00 committed by GitHub
commit 8c0fd3bd40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];