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.3.
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2): Update to 2.2.3. Change-Id: Idb5d5f0fe7333b4816698a915ca30b9205fdadcb
This commit is contained in:
parent
1977f57688
commit
4106e5fd9a
1 changed files with 2 additions and 2 deletions
|
@ -12252,7 +12252,7 @@ programs that use traditional command lines.")
|
|||
(package
|
||||
(inherit go-github-com-pelletier-go-toml)
|
||||
(name "go-github-com-pelletier-go-toml-v2")
|
||||
(version "2.2.2")
|
||||
(version "2.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12261,7 +12261,7 @@ programs that use traditional command lines.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gimgz33yxmvj0nmy56yy7zq4ay8j55ir8pfzmgwga7npgpzspk7"))))
|
||||
(base32 "0hqxj34d49snvc2m6lxfjxks3z9sic9xbb6w49ajrqbzy953spzs"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/pelletier/go-toml/v2"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue