mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-cention-sany-utf7: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-cention-sany-utf7): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Icc752dc109f6a0b2e43e8b5846ee9f288d174402
This commit is contained in:
parent
6e73a0d1c3
commit
7b287dd8ad
2 changed files with 24 additions and 24 deletions
|
@ -2330,6 +2330,30 @@ tools using Go.")
|
||||||
variables into structs.")
|
variables into structs.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-cention-sany-utf7
|
||||||
|
(package
|
||||||
|
(name "go-github-com-cention-sany-utf7")
|
||||||
|
(version "0.0.0-20170124080048-26cad61bd60a")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/cention-sany/utf7")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1jy15ryfcln1iwchrksqyrnyfy41gisymm4f9sr1d73ja029bznm"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:import-path "github.com/cention-sany/utf7"))
|
||||||
|
(propagated-inputs (list go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/cention-sany/utf7")
|
||||||
|
(synopsis "UTF-7 for Go")
|
||||||
|
(description
|
||||||
|
"The utf7 package provides support for the obsolete UTF-7 text
|
||||||
|
encoding in Go.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-cespare-mph
|
(define-public go-github-com-cespare-mph
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-cespare-mph")
|
(name "go-github-com-cespare-mph")
|
||||||
|
|
|
@ -2163,30 +2163,6 @@ be performed.")
|
||||||
of building man pages.")
|
of building man pages.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-cention-sany-utf7
|
|
||||||
(package
|
|
||||||
(name "go-github-com-cention-sany-utf7")
|
|
||||||
(version "0.0.0-20170124080048-26cad61bd60a")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/cention-sany/utf7")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1jy15ryfcln1iwchrksqyrnyfy41gisymm4f9sr1d73ja029bznm"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/cention-sany/utf7"))
|
|
||||||
(propagated-inputs (list go-golang-org-x-text))
|
|
||||||
(home-page "https://github.com/cention-sany/utf7")
|
|
||||||
(synopsis "UTF-7 for Go")
|
|
||||||
(description
|
|
||||||
"The utf7 package provides support for the obsolete UTF-7 text
|
|
||||||
encoding in Go.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public go-golang-org-rainycape-unidecode
|
(define-public go-golang-org-rainycape-unidecode
|
||||||
(let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c")
|
(let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue