From f8635aa0ab4b607849c6b36af6264177d1dacacc Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 3 Sep 2025 18:48:36 +0200 Subject: [PATCH] gnu: Remove protobuf-3.5. * gnu/packages/protobuf.scm (protobuf-3.5): Delete variable. Fixes: guix/guix#1776 Change-Id: I4b938aa62ba402f4342de4f5db047106d028dac6 --- gnu/packages/protobuf.scm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 765836cf655dd3292b6ca037fe4a2725ffce3429..2fc594fb555661e526c4969522c67516520af90f 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -219,20 +219,6 @@ internal RPC protocols and file formats.") #~(modify-phases #$phases (delete 'set-c++-standard))))))) -;; The 3.5 series are the last versions that do not require C++ 11. -(define-public protobuf-3.5 - (package - (inherit protobuf-3.6) - (version "3.5.1") - (source (origin - (method url-fetch) - (uri (string-append "https://github.com/google/protobuf/releases/" - "download/v" version "/protobuf-cpp-" - version ".tar.gz")) - (sha256 - (base32 - "14j0427ykjzrd9a66c2mpk0sjcccjlsx6q8ww6hzwb6sha3vm3f2")))))) - ;; XXX Remove this old version when no other packages depend on it. (define-public protobuf-2 (package (inherit protobuf)