guix-patches
[Top][All Lists]
Advanced

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

[bug#62284] [PATCH 05/70] gnu: go-google-golang-org-protobuf: Update to


From: conses
Subject: [bug#62284] [PATCH 05/70] gnu: go-google-golang-org-protobuf: Update to 1.30.0.
Date: Mon, 20 Mar 2023 00:29:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

* gnu/packages/golang.scm (go-google-golang-org-protobuf): Update to 1.30.0.
[arguments]: Add unpack-path.
---
 gnu/packages/golang.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0dccfb74cc..35a1e376b7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7671,7 +7671,7 @@ (define-public go-github-com-golang-protobuf-proto
 (define-public go-google-golang-org-protobuf
   (package
     (name "go-google-golang-org-protobuf")
-    (version "1.28.0")
+    (version "1.30.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7680,14 +7680,15 @@ (define-public go-google-golang-org-protobuf
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nzcc4qc00afi24nb7nlnwyzvvr6b8s8qdrn1sw085nygh2y2x8r"))))
+                "0xgl6d3d06inl88hj40zkqs8s92sb7wn4y31kf4av2x89gim0dhr"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "google.golang.org/protobuf"
            #:tests? #f ; source-only package
            #:phases #~(modify-phases %standard-phases
                         ;; source-only package
-                        (delete 'build))))
+                        (delete 'build))
+           #:unpack-path "google.golang.org/protobuf"))
     (propagated-inputs (list go-github-com-google-go-cmp-cmp
                              go-github-com-golang-protobuf-proto))
     (home-page "https://google.golang.org/protobuf";)
-- 
2.39.1



-- 
Best regards,
conses





reply via email to

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