guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 5f88247bbf1b77cbef5f585fca538453a686adf5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 10 19:02:54 2025 +0100
gnu: go-github-com-pion-logging: Update to 0.2.3.
* gnu/packages/golang-xyz.scm (go-github-com-pion-logging): Update to 0.2.3.
[arguments] <go>: Use go-1.23.
Change-Id: I3816ddd8debf390f84d2b633e7aada8c85365724
---
gnu/packages/golang-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2077902231..5927e4d714 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -16117,7 +16117,7 @@ alternative fork of https://github.com/pkg/errors
project.")
(define-public go-github-com-pion-logging
(package
(name "go-github-com-pion-logging")
- (version "0.2.2")
+ (version "0.2.3")
(source
(origin
(method git-fetch)
@@ -16126,10 +16126,11 @@ alternative fork of https://github.com/pkg/errors
project.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "11ay8c15xk3pv7y9nd80szk3mci480x67yqlgb10vswrz4h4mx3v"))))
+ (base32 "13c8pkn6nyhayjax77bcysmv9fsyb63gllk2ns880b3hgdcl2l1a"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.23
#:import-path "github.com/pion/logging"))
(home-page "https://github.com/pion/logging/")
(synopsis "Logging library for Golang projects")