summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-08 23:14:35 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-08 23:18:36 +0100
commit9ee7fe20c9ef05e741cfc76f91544e291ac1d89f (patch)
tree6ec3e571eb93073ab47044ec5a838b52b12e7e40 /gnu
parent063026216bc37bf68688e4333b37f46a95152922 (diff)
gnu: go-github-com-nwidger-jsoncolor: Update to 0.3.2.
* gnu/packages/golang-xyz.scm (go-github-com-nwidger-jsoncolor): Update to 0.3.2. Change-Id: I383cac02ee98ae72f69179bdb7653e252891de6b
Diffstat (limited to 'gnu')
-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 0b1fcc2d04a..7589f11e25a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15368,7 +15368,7 @@ NSQ protocol @url{https://nsq.io/}.")
(define-public go-github-com-nwidger-jsoncolor
(package
(name "go-github-com-nwidger-jsoncolor")
- (version "0.3.0")
+ (version "0.3.2")
(home-page "https://github.com/nwidger/jsoncolor")
(source
(origin
@@ -15378,7 +15378,7 @@ NSQ protocol @url{https://nsq.io/}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13rd146pnj7qm70r1333gyd1f61x40nafxlpvdxlci9h7mx8c5p8"))))
+ (base32 "0rxb6r40c9jjbvzwfnwc3la53acnizkdsgca8p512s4by180zg49"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/nwidger/jsoncolor"))