mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-huandu-xstrings: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-huandu-xstrings): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I071023737c0c6c2726e1100e663c0593e53409f3
This commit is contained in:
parent
ae242ec9a9
commit
9661973e27
2 changed files with 24 additions and 22 deletions
|
@ -4234,28 +4234,6 @@ various ways. It is a Go implementation of some string manipulation libraries
|
|||
of Java Apache Commons.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-huandu-xstrings
|
||||
(package
|
||||
(name "go-github-com-huandu-xstrings")
|
||||
(version "1.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/huandu/xstrings")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04z4xb22mi03a772f1si2fqwi5vn5584afzxas73jc6n6sppz0db"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/huandu/xstrings"))
|
||||
(home-page "https://github.com/huandu/xstrings/")
|
||||
(synopsis "Collection of string functions")
|
||||
(description "Go package xstrings is a collection of string functions,
|
||||
which are widely used in other languages but absent in Go package strings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-imdario-mergo
|
||||
(package
|
||||
(name "go-github-com-imdario-mergo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue