mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.2.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml-v2): Update to 2.2.2. Change-Id: Ib3c42010d207644359b4a693569c31c5d9406e7b
This commit is contained in:
parent
751b0e5881
commit
3b3f3891c6
1 changed files with 4 additions and 3 deletions
|
@ -3603,7 +3603,7 @@ updating files, like @command{tail -f}.")
|
|||
(package
|
||||
(inherit go-github-com-pelletier-go-toml)
|
||||
(name "go-github-com-pelletier-go-toml-v2")
|
||||
(version "2.1.1")
|
||||
(version "2.2.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3612,12 +3612,13 @@ updating files, like @command{tail -f}.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k0rwg7870f4va7jaavnpwvdn6d76gxgyr7c978bx2h829a9sx2a"))))
|
||||
"0gimgz33yxmvj0nmy56yy7zq4ay8j55ir8pfzmgwga7npgpzspk7"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/pelletier/go-toml/v2"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))))
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs '())))
|
||||
|
||||
(define-public go-github-com-subosito-gotenv
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue