aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-28 22:07:18 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-28 22:07:18 +0100
commit2960dddc72c3b7ccbc03d01f3ff647170d08cc46 (patch)
treefd783eb992b84789229386d31f23477c58406b0f /gnu/packages
parentb97a0691a8fdc014719dae597091066bc9e0a889 (diff)
downloadguix-2960dddc72c3b7ccbc03d01f3ff647170d08cc46.tar
guix-2960dddc72c3b7ccbc03d01f3ff647170d08cc46.tar.gz
gnu: go-github-com-sirupsen-logrus: Update to 1.9.3.
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to 1.9.3. Change-Id: I230ef1dbc9d74d3d7ee04bfdb4654a963a6cab7d
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 c873b15088..180dc769f7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3682,7 +3682,7 @@ updating files, like @command{tail -f}.")
(define-public go-github-com-sirupsen-logrus
(package
(name "go-github-com-sirupsen-logrus")
- (version "1.9.0")
+ (version "1.9.3")
(source
(origin
(method git-fetch)
@@ -3692,7 +3692,7 @@ updating files, like @command{tail -f}.")
(file-name (git-file-name name version))
(sha256
(base32
- "12i402dxq5js4npnncg043vx874h6nk4ffn4gswcccxrp6h10ivz"))))
+ "1jz7nyq88i9fwfpp7krl046q62kjn6lb9j4r932bxnpypl1hwc49"))))
(build-system go-build-system)
(arguments
(list