gnu: go-github-com-spf13-viper: Update to 1.8.1.

* gnu/packages/golang.scm (go-github-com-spf13-viper): Update to 1.8.1.
[arguments]<tests>: Enable them.

Change-Id: I999b3cd7416a342ef399b9d47a2d71b8c6d6853f
This commit is contained in:
Sharlatan Hellseher 2024-11-24 10:26:32 +00:00
parent 4f1772e0fa
commit 9b7f4d0124
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3295,7 +3295,7 @@ GNU extensions} to the POSIX recommendations for command-line options.")
(package
(name "go-github-com-spf13-viper")
;; Refreshing to a newer version requires long chain of missing packages.
(version "1.7.0")
(version "1.8.1")
(source
(origin
(method git-fetch)
@ -3305,11 +3305,10 @@ GNU extensions} to the POSIX recommendations for command-line options.")
(file-name (git-file-name name version))
(sha256
(base32
"099n2g7fg6r8hqyszqw2axr775qyhyvwhsykvgw0f0s16ql48h5c"))))
"0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6"))))
(build-system go-build-system)
(arguments
(list
#:tests? #f
#:import-path "github.com/spf13/viper"))
(propagated-inputs
(list go-github-com-fsnotify-fsnotify