mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02: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
|
@ -8625,31 +8625,6 @@ result is a conceptually simple, but highly performant, disk-backed storage syst
|
|||
email library.")
|
||||
(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
|
||||
(package
|
||||
(name "go-github-com-jaytaylor-html2text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue