aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-08-14 23:32:29 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-08-14 23:34:41 +0100
commit751b0e5881d3b64c7ae07e164594d7157aad0e98 (patch)
treeba9391e18d4959685a2d161b51cbd97cd6604a60 /gnu/packages
parent1e81c70e42c6e09c90c58119adea16d79409165a (diff)
downloadguix-751b0e5881d3b64c7ae07e164594d7157aad0e98.tar
guix-751b0e5881d3b64c7ae07e164594d7157aad0e98.tar.gz
gnu: go-github-com-pelletier-go-toml: Update to 1.9.5.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.5. Change-Id: Ib72f88b2f14c8b1b293ebb3cd64645f5265c7b11
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3e1814c20c..ce0041edbb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3576,7 +3576,7 @@ updating files, like @command{tail -f}.")
(define-public go-github-com-pelletier-go-toml
(package
(name "go-github-com-pelletier-go-toml")
- (version "1.9.3")
+ (version "1.9.5")
(source
(origin
(method git-fetch)
@@ -3586,7 +3586,7 @@ updating files, like @command{tail -f}.")
(file-name (git-file-name name version))
(sha256
(base32
- "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn"))))
+ "1wypjrr1axkrkzp4n5gvams94f2sd7dq1pdpd2i35sgpdz6r2m6g"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/pelletier/go-toml"))