mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-goccy-go-yaml: Update to 1.12.0.
* gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Update to 1.12.0. Change-Id: Ieb8e0103ded6ffef606812c88f48834027b8c1e2
This commit is contained in:
parent
c82257edf5
commit
bd55b26109
1 changed files with 2 additions and 2 deletions
|
@ -2576,7 +2576,7 @@ the library more lightweight.")
|
||||||
(define-public go-github-com-goccy-go-yaml
|
(define-public go-github-com-goccy-go-yaml
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-goccy-go-yaml")
|
(name "go-github-com-goccy-go-yaml")
|
||||||
(version "1.11.3")
|
(version "1.12.0")
|
||||||
(home-page "https://github.com/goccy/go-yaml")
|
(home-page "https://github.com/goccy/go-yaml")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -2586,7 +2586,7 @@ the library more lightweight.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rm2rfnlvv704zkb1mnjqv5xx32vfkzv7r2kc8if6gr9ryb7hmbf"))))
|
(base32 "06sf7vpz8gjyivrn3yhzcbbf3qhsqq5n7lsc23j91xw5xwpn37bk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue