GNU bug report logs -
#62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Sun, 19 Mar 2023 23:26:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 62284 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.