gnu: go-github-com-vmihailenco-tagparser: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-vmihailenco-tagparser): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I3d8fed5ebb6c450267e4ae18df63d67933c8448d
This commit is contained in:
Sharlatan Hellseher 2025-01-10 21:10:47 +00:00
parent fd845557a7
commit 69c716a393
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 23 additions and 22 deletions

View file

@ -14216,6 +14216,29 @@ programming language.")
(list go-github-com-vmihailenco-tagparser (list go-github-com-vmihailenco-tagparser
go-google-golang-org-appengine)))) go-google-golang-org-appengine))))
(define-public go-github-com-vmihailenco-tagparser
(package
(name "go-github-com-vmihailenco-tagparser")
(version "2.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/vmihailenco/tagparser")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "13arliaz3b4bja9jj7cr5ax4zvxaxm484fwrn0q6d6jjm1l35m1k"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/vmihailenco/tagparser"))
(home-page "https://github.com/vmihailenco/tagparser")
(synopsis "Tag parser for Golang")
(description
"This package is a simple Golang implementation of tag parser.")
(license license:bsd-2)))
(define-public go-github-com-warpfork-go-fsx (define-public go-github-com-warpfork-go-fsx
(package (package
(name "go-github-com-warpfork-go-fsx") (name "go-github-com-warpfork-go-fsx")

View file

@ -2869,28 +2869,6 @@ That is, @code{gofumpt} is happy with a subset of the formats that
(native-inputs '()) (native-inputs '())
(inputs '()))) (inputs '())))
(define-public go-github-com-vmihailenco-tagparser
(package
(name "go-github-com-vmihailenco-tagparser")
(version "2.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/vmihailenco/tagparser")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "13arliaz3b4bja9jj7cr5ax4zvxaxm484fwrn0q6d6jjm1l35m1k"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/vmihailenco/tagparser"))
(home-page "https://github.com/vmihailenco/tagparser")
(synopsis "Tag parser for Golang")
(description "This package is a simple Golang implementation of tag
parser.")
(license license:bsd-2)))
(define-public go-github-com-mtibben-percent (define-public go-github-com-mtibben-percent
(package (package
(name "go-github-com-mtibben-percent") (name "go-github-com-mtibben-percent")