From d8ce1531c60f6c11ef9f4b15cd01fb10b85f3ffd Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 8 Jan 2025 20:51:00 +0000 Subject: 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 --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 69b0fb15354..43fe135b966 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")) -- cgit v1.3