sharlatan pushed a commit to branch go-team
in repository guix.
commit 228f01cbb2e560a686893e27b73f97da7baa7074
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 24 10:26:32 2024 +0000
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
---
gnu/packages/golang.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8f427e03e6..d709b0575a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3294,7 +3294,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)
@@ -3304,11 +3304,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