mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: go-gopkg-in-yaml-v2: Update to 2.4.0.
* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Update to 2.4.0.
This commit is contained in:
parent
c569430b6c
commit
30c776a6a8
1 changed files with 2 additions and 2 deletions
|
@ -3875,7 +3875,7 @@ (define-public go-gopkg-in-ini-v1
|
|||
(define-public go-gopkg-in-yaml-v2
|
||||
(package
|
||||
(name "go-gopkg-in-yaml-v2")
|
||||
(version "2.2.2")
|
||||
(version "2.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3885,7 +3885,7 @@ (define-public go-gopkg-in-yaml-v2
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa"))
|
||||
"1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue