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.master
parent
c569430b6c
commit
30c776a6a8
|
@ -3875,7 +3875,7 @@ which satisfies the cron expression.")
|
||||||
(define-public go-gopkg-in-yaml-v2
|
(define-public go-gopkg-in-yaml-v2
|
||||||
(package
|
(package
|
||||||
(name "go-gopkg-in-yaml-v2")
|
(name "go-gopkg-in-yaml-v2")
|
||||||
(version "2.2.2")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3885,7 +3885,7 @@ which satisfies the cron expression.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa"))
|
"1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue