me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Update to 2.0.0.

* gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil):
Update to 2.0.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia9f1acacd337b95526ee0b9b7b31f1de598f30d3
master
Jesse Eisses 2024-04-26 10:01:59 +02:00 committed by Sharlatan Hellseher
parent b2054615da
commit 13912821a2
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 26 additions and 26 deletions

View File

@ -560,34 +560,34 @@ notification library in Go.")
(license expat)))) (license expat))))
(define-public go-github-com-matttproud-golang-protobuf-extensions-pbutil (define-public go-github-com-matttproud-golang-protobuf-extensions-pbutil
(let ((commit "c12348ce28de40eed0136aa2b644d0ee0650e56c") (package
(revision "0")) (name "go-github-com-matttproud-golang-protobuf-extensions-pbutil")
(package (version "2.0.0")
(name "go-github-com-matttproud-golang-protobuf-extensions-pbutil") (source
(version (git-version "1.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri
(method git-fetch) (git-reference
(uri (url "https://github.com/matttproud/golang_protobuf_extensions")
(git-reference (commit (string-append "v" version))))
(url "https://github.com/matttproud/golang_protobuf_extensions") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0jw4vjycwx0a82yvixmp25805krdyqd960y8lnyggllb6br0vh41"))))
(base32 (build-system go-build-system)
"1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya")))) (arguments
(build-system go-build-system) (list
(arguments #:import-path "github.com/matttproud/golang_protobuf_extensions/v2/pbutil"
'(#:import-path "github.com/matttproud/golang_protobuf_extensions/pbutil" #:unpack-path "github.com/matttproud/golang_protobuf_extensions/v2"))
#:unpack-path "github.com/matttproud/golang_protobuf_extensions")) (propagated-inputs
(propagated-inputs (list go-github-com-golang-protobuf-proto
(list go-github-com-golang-protobuf-proto)) go-google-golang-org-protobuf))
(synopsis "Streaming Protocol Buffers in Go") (synopsis "Streaming Protocol Buffers in Go")
(description "This package provides various Protocol Buffer (description "This package provides various Protocol Buffer
extensions for the Go language, namely support for record length-delimited extensions for the Go language, namely support for record length-delimited
message streaming.") message streaming.")
(home-page "https://github.com/matttproud/golang_protobuf_extensions") (home-page "https://github.com/matttproud/golang_protobuf_extensions")
(license asl2.0)))) (license asl2.0)))
(define-public go-github-com-go-asn1-ber-asn1-ber (define-public go-github-com-go-asn1-ber-asn1-ber
(package (package