mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4f1772e0fa
commit
9b7f4d0124
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue