gnu: go-github-com-subosito-gotenv: Update to 1.6.0.

* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Update to 1.6.0.
[propagated-inputs]: Add go-golang-org-x-text.

Change-Id: I6010bdacf80eaf6aa2cf869844b2327124318580
This commit is contained in:
Sharlatan Hellseher 2024-09-26 11:31:09 +01:00
parent 40c01f8dd3
commit eb23cceba5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3378,7 +3378,7 @@ updating files, like @command{tail -f}.")
(define-public go-github-com-subosito-gotenv (define-public go-github-com-subosito-gotenv
(package (package
(name "go-github-com-subosito-gotenv") (name "go-github-com-subosito-gotenv")
(version "1.2.0") (version "1.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3388,12 +3388,14 @@ updating files, like @command{tail -f}.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5")))) "0h7kb9mc67rl16kvls2d16pimdrz59l5x4l002qsv2p2766mpjif"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/subosito/gotenv")) `(#:import-path "github.com/subosito/gotenv"))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)) (list go-github-com-stretchr-testify))
(propagated-inputs
(list go-golang-org-x-text))
(home-page "https://github.com/subosito/gotenv") (home-page "https://github.com/subosito/gotenv")
(synopsis "Go library for loading environment variables from files") (synopsis "Go library for loading environment variables from files")
(description "Go library for loading environment variables from files") (description "Go library for loading environment variables from files")