mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-emersion-go-message: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-emersion-go-message): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I63e5b4d52142e90e64bdbf4f31cec9e18d221c24
This commit is contained in:
parent
60c96b2f77
commit
9f3e8c045f
2 changed files with 25 additions and 25 deletions
|
@ -677,6 +677,31 @@ and stop increasing when a certain threshold is met.")
|
||||||
go-golang-org-x-net
|
go-golang-org-x-net
|
||||||
go-golang-org-x-oauth2))))
|
go-golang-org-x-oauth2))))
|
||||||
|
|
||||||
|
(define-public go-github-com-emersion-go-message
|
||||||
|
(package
|
||||||
|
(name "go-github-com-emersion-go-message")
|
||||||
|
(version "0.18.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/emersion/go-message")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0gzcgrs5sava8fpybp5cw6f3zqnbz096wf93hcgkrg94wl1g7kqb"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:import-path "github.com/emersion/go-message"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/emersion/go-message")
|
||||||
|
(synopsis "Internet messages and MIME for Go")
|
||||||
|
(description
|
||||||
|
"The message package implements the Internet Message Format and
|
||||||
|
Multipurpose Internet Mail Extensions in Go.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-emicklei-go-restful
|
(define-public go-github-com-emicklei-go-restful
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emicklei-go-restful")
|
(name "go-github-com-emicklei-go-restful")
|
||||||
|
|
|
@ -8625,31 +8625,6 @@ result is a conceptually simple, but highly performant, disk-backed storage syst
|
||||||
email library.")
|
email library.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-message
|
|
||||||
(package
|
|
||||||
(name "go-github-com-emersion-go-message")
|
|
||||||
(version "0.18.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/emersion/go-message")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0gzcgrs5sava8fpybp5cw6f3zqnbz096wf93hcgkrg94wl1g7kqb"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/emersion/go-message"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-golang-org-x-text))
|
|
||||||
(home-page "https://github.com/emersion/go-message")
|
|
||||||
(synopsis "Internet messages and MIME for Go")
|
|
||||||
(description
|
|
||||||
"The message package implements the Internet Message Format and Multipurpose
|
|
||||||
Internet Mail Extensions in Go.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-jaytaylor-html2text
|
(define-public go-github-com-jaytaylor-html2text
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jaytaylor-html2text")
|
(name "go-github-com-jaytaylor-html2text")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue