mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: go-github-com-pelletier-go-toml: Update to 1.9.3.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ddff7c8b1b
commit
26bca253b5
1 changed files with 2 additions and 2 deletions
|
@ -3215,7 +3215,7 @@ (define-public go-github-com-magiconair-properties
|
||||||
(define-public go-github-com-pelletier-go-toml
|
(define-public go-github-com-pelletier-go-toml
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-pelletier-go-toml")
|
(name "go-github-com-pelletier-go-toml")
|
||||||
(version "1.8.0")
|
(version "1.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3225,7 +3225,7 @@ (define-public go-github-com-pelletier-go-toml
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fxmjm85c9h43lvqz71wr93fcc63bhj82nwby80222xx8ja63g7y"))))
|
"0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/pelletier/go-toml"))
|
`(#:import-path "github.com/pelletier/go-toml"))
|
||||||
|
|
Loading…
Reference in a new issue