guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 679ce822e720a4d04ef41c4bf75b7666cd24b7f2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 11 15:14:35 2025 +0100
gnu: go-github-com-hashicorp-go-hclog: Update to 1.6.3.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-hclog): Update to
1.6.3.
Change-Id: Ibdc1840e1b8c115ba830800b009a01f7e6c30b47
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 081d24acb1..4d8f3f7cc1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -9379,7 +9379,7 @@ sequences.")
(define-public go-github-com-hashicorp-go-hclog
(package
(name "go-github-com-hashicorp-go-hclog")
- (version "1.6.2")
+ (version "1.6.3")
(source
(origin
(method git-fetch)
@@ -9388,7 +9388,7 @@ sequences.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lvr4ga95a0xb62vgq1hy558x3r65hn2d0h7bf0a88lsfsrcik0n"))))
+ (base32 "0nh70591hcxjvxdfkq2is437rvnrnf37mdgpl31qj47fdffclsjs"))))
(build-system go-build-system)
(arguments
(list