guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a812f56ff63b5ea055731011a34f03792f492109
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 4 13:20:15 2026 +0200
gnu: Remove protobuf-2.
* gnu/packages/protobuf.scm (protobuf-2): Delete variable.
---
gnu/packages/protobuf.scm | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 8eabef3cf5..5fdd986f94 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -342,22 +342,6 @@ internal RPC protocols and file formats.")
#~(modify-phases #$phases
(delete 'set-c++-standard)))))))
-;; XXX Remove this old version when no other packages depend on it.
-(define-public protobuf-2
- (package (inherit protobuf)
- (version "2.6.1")
- (source (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/google/protobuf/releases/"
- "download/v" version "/protobuf-"
- version ".tar.bz2"))
- (sha256
- (base32
- "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
- (build-system gnu-build-system)
- (arguments '())
- (outputs '("out"))))
-
(define-public protobuf-c
(package
(name "protobuf-c")