diff options
author | Jon Rood <jon.rood@nrel.gov> | 2020-07-14 17:31:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 16:31:15 -0700 |
commit | 683881f912f0b80cafef44f980de982b244efb78 (patch) | |
tree | a0ea8e5eb28a493975b6ca11b15e6ce9ecc4750d | |
parent | 11d8aed6cd84244b5a9907b23a94fc7bad857426 (diff) | |
download | spack-683881f912f0b80cafef44f980de982b244efb78.tar.gz spack-683881f912f0b80cafef44f980de982b244efb78.tar.bz2 spack-683881f912f0b80cafef44f980de982b244efb78.tar.xz spack-683881f912f0b80cafef44f980de982b244efb78.zip |
py-protobuf (package): add version 3.12.2 (#17532)
This matches the current latest version of protobuf in Spack.
Generally the version of py-protobuf and protobuf should match,
but this constraint is not currently recorded in py-protobuf.
-rw-r--r-- | var/spack/repos/builtin/packages/py-protobuf/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-protobuf/package.py b/var/spack/repos/builtin/packages/py-protobuf/package.py index c2f1efd2f9..4876832dcf 100644 --- a/var/spack/repos/builtin/packages/py-protobuf/package.py +++ b/var/spack/repos/builtin/packages/py-protobuf/package.py @@ -20,6 +20,7 @@ class PyProtobuf(PythonPackage): variant('cpp', default=False, description='Enable the cpp implementation') + version('3.12.2', sha256='49ef8ab4c27812a89a76fa894fe7a08f42f2147078392c0dee51d4a444ef6df5') version('3.11.2', sha256='3d7a7d8d20b4e7a8f63f62de2d192cfd8b7a53c56caba7ece95367ca2b80c574') version('3.11.1', sha256='aecdf12ef6dc7fd91713a6da93a86c2f2a8fe54840a3b1670853a2b7402e77c9') version('3.11.0', sha256='97b08853b9bb71512ed52381f05cf2d4179f4234825b505d8f8d2bb9d9429939') |