guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 041098d275c183d6fe7c7c171115abf2a90f38c6 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 1c3e9ddff0..bda00a4712 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -14452,7 +14452,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) @@ -14461,10 +14461,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")