mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: go-github-com-xdg-go-stringprep: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0ef2efc4b8b3a5cc2e23ba365a78f653b7f9efc3
This commit is contained in:
parent
b738694fca
commit
ac209f30dd
2 changed files with 27 additions and 25 deletions
|
@ -12876,6 +12876,33 @@ (define-public go-github-com-workiva-go-datastructures
|
|||
@end itemize")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-xdg-go-stringprep
|
||||
(package
|
||||
(name "go-github-com-xdg-go-stringprep")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/xdg-go/stringprep")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xvaf2xiy34ra4xz75d6kylr29jv00dnyk14mh8kmq5692n8lqvb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/xdg-go/stringprep"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-text))
|
||||
(home-page "https://github.com/xdg-go/stringprep")
|
||||
(synopsis "Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep")
|
||||
(description
|
||||
"Package stringprep provides data tables and algorithms for RFC-3454,
|
||||
including errata. It also provides a profile for SASLprep as defined in
|
||||
RFC-4013.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-xhit-go-str2duration-v2
|
||||
(package
|
||||
(name "go-github-com-xhit-go-str2duration-v2")
|
||||
|
|
|
@ -3885,31 +3885,6 @@ (define-public go-github-com-twpayne-go-xdg-v3
|
|||
@uref{freedesktop.org}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-xdg-go-stringprep
|
||||
(package
|
||||
(name "go-github-com-xdg-go-stringprep")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/xdg-go/stringprep")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xvaf2xiy34ra4xz75d6kylr29jv00dnyk14mh8kmq5692n8lqvb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/xdg-go/stringprep"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-text))
|
||||
(home-page "https://github.com/xdg-go/stringprep")
|
||||
(synopsis "Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep")
|
||||
(description
|
||||
"Package stringprep provides data tables and algorithms for RFC-3454,
|
||||
including errata. It also provides a profile for SASLprep as defined in
|
||||
RFC-4013.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-delthas-go-libnp
|
||||
(let ((commit "0e45ece1f878f202fee2c74801e287804668f677"))
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue