mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
8fd1451276
commit
9396b28453
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue