mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: go-github-com-pelletier-go-toml: Update to 1.9.5.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.5. Change-Id: Ib72f88b2f14c8b1b293ebb3cd64645f5265c7b11
This commit is contained in:
parent
1e81c70e42
commit
751b0e5881
1 changed files with 2 additions and 2 deletions
|
@ -3576,7 +3576,7 @@ updating files, like @command{tail -f}.")
|
||||||
(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.9.3")
|
(version "1.9.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3586,7 +3586,7 @@ updating files, like @command{tail -f}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn"))))
|
"1wypjrr1axkrkzp4n5gvams94f2sd7dq1pdpd2i35sgpdz6r2m6g"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue