guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 65cd0ac5f8bbb2cc088a09030ca74d25f398479f
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 4 15:19:26 2026 +0200

    gnu: Remove protobuf-3.6.
    
    * gnu/packages/protobuf.scm (protobuf-3.6): Delete variable.
---
 gnu/packages/protobuf.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 4322feaea7..1953fe9ee0 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -294,27 +294,6 @@ internal RPC protocols and file formats.")
                 (substitute* "CMakeLists.txt"
                   (("CMAKE_CXX_STANDARD 11") "CMAKE_CXX_STANDARD 17"))))))))))
 
-;; Tensorflow requires version 3.6 specifically.
-(define-public protobuf-3.6
-  (package
-    (inherit protobuf)
-    (version "3.6.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
-                "0a955bz59ihrb5wg7dwi12xajdi5pmz4bl0g147rbdwv393jwwxk"))))
-    (build-system gnu-build-system)
-    (arguments (substitute-keyword-arguments arguments
-                 ((#:configure-flags _ #f)
-                  #~(list))
-                 ((#:phases phases)
-                  #~(modify-phases #$phases
-                      (delete 'set-c++-standard)))))))
-
 (define-public protobuf-c
   (package
     (name "protobuf-c")

Reply via email to