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
|
(define-public go-github-com-go-chi-chi-v5
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-chi-chi-v5")
|
(name "go-github-com-go-chi-chi-v5")
|
||||||
(version "5.0.7")
|
(version "5.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3250,10 +3250,12 @@ Features:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rzrsxz4xj0973c6nxklvq2vmg2m795snhk25836i0gnd1jnx79k"))))
|
(base32 "1kbgz6j720cdipmmkaxqa1w42wyqirw3x5pysnph92wpm2wnss1g"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(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")
|
(home-page "https://github.com/go-chi/chi")
|
||||||
(synopsis "Composable router for HTTP services written in Go")
|
(synopsis "Composable router for HTTP services written in Go")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue