guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit dc832bcc1d42d8f791e54c60b67ec18bd3c3bdf9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 09:45:45 2026 +0100
gnu: go-github-com-go-logr-logr: Update to 1.4.3.
* gnu/packages/golang-xyz.scm (go-github-com-go-logr-logr): Update to 1.4.3.
Change-Id: I0d0423bb6105ea7a87908e451ae609d31f921068
---
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 d8f4109d02..0dcc1059b6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -11284,7 +11284,7 @@ logging.")
(define-public go-github-com-go-logr-logr
(package
(name "go-github-com-go-logr-logr")
- (version "1.4.2")
+ (version "1.4.3")
(source
(origin
(method git-fetch)
@@ -11293,7 +11293,7 @@ logging.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "03agibg7i25ppjak1yv4qzvbrv871qnfkmfy17did0h9ml7xh2nx"))))
+ (base32 "1m9v04wkrbm89vhlzfm99vxg3lnjsqqsqp871zv3r2sa92x38a88"))))
(build-system go-build-system)
(arguments
(list