sharlatan pushed a commit to branch go-team
in repository guix.
commit f1d72c6bfa3f38989a0b22d21cfd41b9cbbfb42d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Sep 13 12:48:07 2024 +0100
gnu: go-github-com-go-logr-logr: Update to 1.4.2.
* gnu/packages/golang-xyz.scm (go-github-com-go-logr-logr): Update to 1.4.2.
Change-Id: Idf6d8fccd9b85bfb9d4d4b60b640bdb43f16f22f
---
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 fd6434e06b..9c53e465a6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2926,7 +2926,7 @@ logging.")
(define-public go-github-com-go-logr-logr
(package
(name "go-github-com-go-logr-logr")
- (version "1.4.1")
+ (version "1.4.2")
(source
(origin
(method git-fetch)
@@ -2935,7 +2935,7 @@ logging.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0x0q9jkk2p5pz4lii1qs8ifnsib4ib5s8pigmjwdmagl976g8nhm"))))
+ (base32 "03agibg7i25ppjak1yv4qzvbrv871qnfkmfy17did0h9ml7xh2nx"))))
(build-system go-build-system)
(arguments
(list