mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-leodido-go-urn: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8098e7c33aef472cd2ebbbf37713541caff45edc
This commit is contained in:
parent
2f8db6f6b2
commit
0f809fe236
2 changed files with 26 additions and 25 deletions
|
@ -7686,6 +7686,32 @@ structure. It can also produce a much more verbose, one-item-per-line
|
|||
representation suitable for computing diffs.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-leodido-go-urn
|
||||
(package
|
||||
(name "go-github-com-leodido-go-urn")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/leodido/go-urn")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bn9dj6y299jdh8szfim32yxj9zip38cqgv965dj23cixgr7baxb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/leodido/go-urn"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(home-page "https://github.com/leodido/go-urn")
|
||||
(synopsis "Parser for uniform resource names as seen on RFC 2141")
|
||||
(description
|
||||
"This package implements a parser for uniform resource names (URN) as
|
||||
specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-lestrrat-go-envload
|
||||
(package
|
||||
(name "go-github-com-lestrrat-go-envload")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue