~ruther/guix-local

024a70d270b7ca66ff15c48a9d84d52ef6ed8d6e — Sharlatan Hellseher 6 months ago dadfcdb
gnu: go-github-com-fxamacker-cbor-v2: Update to 2.9.0.

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

Change-Id: I2f2ace48c2633fcb323fbc2a179251f04971fc2d
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +2 -2
@@ 7189,7 7189,7 @@ quoting, commenting, and escaping.")
(define-public go-github-com-fxamacker-cbor-v2
  (package
    (name "go-github-com-fxamacker-cbor-v2")
    (version "2.7.0")
    (version "2.9.0")
    (source
     (origin
       (method git-fetch)


@@ 7198,7 7198,7 @@ quoting, commenting, and escaping.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "039lk7n5155gy2sh55i1darcvxhv9fim2xmnvmx0xi9ihnrnczln"))))
        (base32 "0mvlgjh59s0hqdhz5j0nf8p9mlp6hwkrd8i8bkyvq2hilgplm1pw"))))
    (build-system go-build-system)
    (arguments
     (list