gnu: go-mvdan-cc-xurls: Rename variable.

* gnu/packages/golang-web.scm (go-mvdan-cc-xurls): Rename variable to
go-mvdan-cc-xurls-v2 to reflect current version and Golang import path
as seen in go.mod.
(xurls): Inherit from go-mvdan-cc-xurls-v2.

* gnu/packages/golang.scm (gopls) [native-inputs]: Remove
go-mvdan-cc-xurls; add go-mvdan-cc-xurls-v2.
* gnu/packages/messaging.scm (senpai): Likewise.
* gnu/packages/web.scm (miniflux): Likewise.

Change-Id: I16757182dae8b4638d1e431ad1663eee22f76ad1
This commit is contained in:
Sharlatan Hellseher 2024-09-13 09:54:04 +01:00
parent 16f960463e
commit c6683a148f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
4 changed files with 6 additions and 6 deletions

View file

@ -5601,9 +5601,9 @@ Signing and Encryption set of standards. This includes support for JSON Web
Encryption, JSON Web Signature, and JSON Web Token standards.") Encryption, JSON Web Signature, and JSON Web Token standards.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-mvdan-cc-xurls (define-public go-mvdan-cc-xurls-v2
(package (package
(name "go-mvdan-cc-xurls") (name "go-mvdan-cc-xurls-v2")
(version "2.5.0") (version "2.5.0")
(source (source
(origin (origin
@ -5711,7 +5711,7 @@ go-github-com-tdewolff-minify-v2 source.")))
(define-public xurls (define-public xurls
(package (package
(inherit go-mvdan-cc-xurls) (inherit go-mvdan-cc-xurls-v2)
(name "xurls") (name "xurls")
(arguments (arguments
(list (list

View file

@ -3206,7 +3206,7 @@ the @url{https://vuln.go.dev,Go Vulnerability Database}.")
go-gopkg-in-yaml-v3 go-gopkg-in-yaml-v3
go-honnef-co-go-tools go-honnef-co-go-tools
go-mvdan-cc-gofumpt go-mvdan-cc-gofumpt
go-mvdan-cc-xurls)) go-mvdan-cc-xurls-v2))
(home-page "https://golang.org/x/tools/gopls") (home-page "https://golang.org/x/tools/gopls")
(synopsis "Official language server for the Go language") (synopsis "Official language server for the Go language")
(description (description

View file

@ -3637,7 +3637,7 @@ a text snippet), using @code{libphonenumber}.")
go-golang-org-x-net go-golang-org-x-net
go-golang-org-x-term go-golang-org-x-term
go-golang-org-x-time go-golang-org-x-time
go-mvdan-cc-xurls go-mvdan-cc-xurls-v2
scdoc)) scdoc))
(home-page "https://sr.ht/~delthas/senpai") (home-page "https://sr.ht/~delthas/senpai")
(synopsis "Modern terminal IRC client") (synopsis "Modern terminal IRC client")

View file

@ -399,7 +399,7 @@ and its related documentation.")
go-golang-org-x-oauth2 go-golang-org-x-oauth2
go-golang-org-x-term go-golang-org-x-term
go-golang-org-x-text go-golang-org-x-text
go-mvdan-cc-xurls)) go-mvdan-cc-xurls-v2))
(home-page "https://miniflux.app/") (home-page "https://miniflux.app/")
(synopsis "Minimalist and opinionated feed reader") (synopsis "Minimalist and opinionated feed reader")
(description (description