summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-01-08 20:51:00 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:47:46 +0000
commitd8ce1531c60f6c11ef9f4b15cd01fb10b85f3ffd (patch)
treeee11ae491ae355d11c497c26e071373f93ab9176
parent5646fb717dcfc6bca4a9db691f2fd33183059eb4 (diff)
gnu: go-github-com-kataras-golog: Update to 0.1.12.
* gnu/packages/golang.scm (go-github-com-kataras-golog): Update to 0.1.12. Change-Id: Ia4641f38d811231ecbfc4b4a6069b6a227ad792e
-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 69b0fb1535..43fe135b96 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1221,7 +1221,7 @@ networks where it would otherwise be blocked or heavily throttled.")
(define-public go-github-com-kataras-golog
(package
(name "go-github-com-kataras-golog")
- (version "0.1.7")
+ (version "0.1.12")
(source
(origin
(method git-fetch)
@@ -1231,7 +1231,7 @@ networks where it would otherwise be blocked or heavily throttled.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ll24g50j48wqikzf67cyaq0m0f57v1ap24nbz3cmv3yzqi6wdl9"))))
+ (base32 "1szibhgxmkd52gz6i77p3fwlxqyidj7l5vf59pjl5bjy8ggv0kpv"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/kataras/golog"))