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:
Sharlatan Hellseher 2024-08-14 23:26:39 +01:00
parent 751b0e5881
commit 3b3f3891c6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3603,7 +3603,7 @@ updating files, like @command{tail -f}.")
(package (package
(inherit go-github-com-pelletier-go-toml) (inherit go-github-com-pelletier-go-toml)
(name "go-github-com-pelletier-go-toml-v2") (name "go-github-com-pelletier-go-toml-v2")
(version "2.1.1") (version "2.2.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3612,12 +3612,13 @@ updating files, like @command{tail -f}.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1k0rwg7870f4va7jaavnpwvdn6d76gxgyr7c978bx2h829a9sx2a")))) "0gimgz33yxmvj0nmy56yy7zq4ay8j55ir8pfzmgwga7npgpzspk7"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/pelletier/go-toml/v2")) (list #:import-path "github.com/pelletier/go-toml/v2"))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)))) (list go-github-com-stretchr-testify))
(propagated-inputs '())))
(define-public go-github-com-subosito-gotenv (define-public go-github-com-subosito-gotenv
(package (package