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:
Sharlatan Hellseher 2025-06-10 23:05:13 +01:00
parent 5cfd8490fc
commit 7d0b89c977
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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