diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-11-28 12:26:32 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-28 12:26:32 +0100 |
commit | 459e4f2a4f2b16daded2aaba20edf3fffa4095f3 (patch) | |
tree | d1e2ada4dcfde3d3b4119087550c26856b42dbcf /gnu/packages/protobuf.scm | |
parent | a3264f31df9774ea514e18ed8e7b6bcb44061edc (diff) | |
parent | e6bffa99b19fe01067937a4930f1b107bd0ac398 (diff) |
Merge commit 'master' into version-1.4.0
Diffstat (limited to 'gnu/packages/protobuf.scm')
-rw-r--r-- | gnu/packages/protobuf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index a052a38853..f7184bd49a 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -189,7 +189,7 @@ internal RPC protocols and file formats.") ;; The 3.5 series are the last versions that do not require C++ 11. (define-public protobuf-3.5 (package - (inherit protobuf) + (inherit protobuf-3.6) (version "3.5.1") (source (origin (method url-fetch) |