guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/25: gnu: protobuf@3.5: Inherit from protobuf@3.6.


From: guix-commits
Subject: 03/25: gnu: protobuf@3.5: Inherit from protobuf@3.6.
Date: Tue, 22 Nov 2022 02:38:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4bf4e051d1d3a820867e39273213374d2bc6df75
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 06:00:52 2022 +0100

    gnu: protobuf@3.5: Inherit from protobuf@3.6.
    
    * gnu/packages/protobuf.scm (protobuf-3.5): Change inheritance, so it gets 
the
    correct build system and phases.
---
 gnu/packages/protobuf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]