mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-chi-chi-v5: Update to 5.2.1.
* gnu/packages/golang-web.scm (go-github-com-go-chi-chi-v5): Update to 5.2.1. [arguments] <go>: Use go-1.23. Change-Id: I6847d6eff3fd470cc9532b90dea80ab20f720fb8
This commit is contained in:
parent
5cfd8490fc
commit
7d0b89c977
1 changed files with 5 additions and 3 deletions
|
@ -3241,7 +3241,7 @@ Features:
|
|||
(define-public go-github-com-go-chi-chi-v5
|
||||
(package
|
||||
(name "go-github-com-go-chi-chi-v5")
|
||||
(version "5.0.7")
|
||||
(version "5.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3250,10 +3250,12 @@ Features:
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0rzrsxz4xj0973c6nxklvq2vmg2m795snhk25836i0gnd1jnx79k"))))
|
||||
(base32 "1kbgz6j720cdipmmkaxqa1w42wyqirw3x5pysnph92wpm2wnss1g"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/go-chi/chi/v5"))
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/go-chi/chi/v5"))
|
||||
(home-page "https://github.com/go-chi/chi")
|
||||
(synopsis "Composable router for HTTP services written in Go")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue