summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-26 00:32:58 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-26 00:33:08 +0100
commitbaeef0ffd11701680a306a5c388843ded7f7a0d2 (patch)
tree080fa7c987463d2dd623132f16b095e72f7b756d /gnu/packages/golang-xyz.scm
parent57278f123d68c0af01416fe0af1ed8ed8f3c7b64 (diff)
gnu: go-github-com-burntsushi-toml: Update to 1.5.0.
* gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml): Update to 1.5.0. Change-Id: I03a0a9fef663646e3986e2ee5278899adda3032f
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fff6aad790..09cd90684c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2527,7 +2527,7 @@ strings into words like a POSIX or Windows shell would.")
(define-public go-github-com-burntsushi-toml
(package
(name "go-github-com-burntsushi-toml")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -2536,7 +2536,7 @@ strings into words like a POSIX or Windows shell would.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1vk0s7pcn80hkx0lcyws509gqs42c8y1rppv05zxiqj0yn2zrjnx"))))
+ (base32 "075ay86gn99wlz26x7hp40s4lpc9r026pd2r0ap0pcrvb88inzy1"))))
(build-system go-build-system)
(arguments
(list