1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-27 08:44:06 +02:00

gnu: go-github-com-fxamacker-cbor-v2: Update to 2.9.2.

* gnu/packages/golang-xyz.scm (go-github-com-fxamacker-cbor-v2): Update to 2.9.2.

Change-Id: Ie31ae2846ad66260612bcb35c940ec63e6df493d
This commit is contained in:
Sharlatan Hellseher
2026-05-26 14:08:37 +01:00
parent 28d6a3abd2
commit ffbca11c01
+7 -7
View File
@@ -10674,16 +10674,16 @@ It's an alternative fork of @url{https://github.com/docopt/docopt.go}.")
(define-public go-github-com-fxamacker-cbor-v2
(package
(name "go-github-com-fxamacker-cbor-v2")
(version "2.9.0")
(version "2.9.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/fxamacker/cbor")
(commit (string-append "v" version))))
(url "https://github.com/fxamacker/cbor")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0mvlgjh59s0hqdhz5j0nf8p9mlp6hwkrd8i8bkyvq2hilgplm1pw"))))
(base32 "0cvka4ykwydmgc2wh4dv00063ww7rww9pcj9dc3rgx6pi6879s7g"))))
(build-system go-build-system)
(arguments
(list
@@ -10699,9 +10699,9 @@ It's an alternative fork of @url{https://github.com/docopt/docopt.go}.")
(synopsis "CBOR Codec in Golang")
(description
"This package implements functionality for encoding and decoding
@acronym{Concise Binary Object
Representation,CBOR} (@url{https://www.rfc-editor.org/rfc/rfc8949.html,RFC
8949}) and CBOR Sequences, with CBOR tags, Golang struct tags (@code{toarray},
@acronym{Concise Binary Object Representation, CBOR}
(@url{https://www.rfc-editor.org/rfc/rfc8949.html, RFC 8949}) and CBOR
Sequences, with CBOR tags, Golang struct tags (@code{toarray},
@code{keyasint}, @code{omitempty}), @code{float64/32/16}, and
@code{big.Intp}.")
(license license:expat)))