guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 8968cb090bd24bd3c66ed65779d5ab110a282b82
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 2 22:45:13 2026 +0100
gnu: go-github-com-go-viper-mapstructure-v2: Update to 2.5.0.
* gnu/packages/golang-xyz.scm (go-github-com-go-viper-mapstructure-v2):
Update to 2.5.0.
[description]: Mention that it is a fork.
Change-Id: I189b758991551dd257eacb2144aa84e54139e19c
---
gnu/packages/golang-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 36fceed399..5c44bfacdb 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -11796,7 +11796,7 @@ the library more lightweight.")
(define-public go-github-com-go-viper-mapstructure-v2
(package
(name "go-github-com-go-viper-mapstructure-v2")
- (version "2.2.1")
+ (version "2.5.0")
(source
(origin
(method git-fetch)
@@ -11805,7 +11805,7 @@ the library more lightweight.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1x13x2s0vkikmn5wcarxskhr6c90s64nkbsgjsh7g9sh4v31n5yw"))))
+ (base32 "1df3afqg0ydq55awwsgrja4fpfkksxm0jd43yd4bb9j10c2c5fid"))))
(build-system go-build-system)
(arguments
(list
@@ -11815,7 +11815,8 @@ the library more lightweight.")
(description
"Package mapstructure exposes functionality to convert one arbitrary Go
type into another, typically to convert a @code{map[string]interface{}} into a
-native Go structure.")
+native Go structure. It's an alternative fork of not maintained
+@url{https://github.com/mitchellh/mapstructure} project.")
(license license:expat)))
(define-public go-github-com-go-yaml-yaml