mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-emersion-go-smtp: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-emersion-go-smpt): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I5df22126cc7bdd541e33661996e7753e2cd732ea
This commit is contained in:
parent
892c4cace7
commit
389bf59aed
2 changed files with 26 additions and 24 deletions
|
@ -959,6 +959,32 @@ for Go.")
|
||||||
"This package provides a SASL library written in Go.")
|
"This package provides a SASL library written in Go.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public go-github-com-emersion-go-smtp
|
||||||
|
(package
|
||||||
|
(name "go-github-com-emersion-go-smtp")
|
||||||
|
(version "0.21.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/emersion/go-smtp")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0drvmvrkmhqhnv4m3my1hbkyyva2vi35b36j0pdi57xc9rflziq3"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/emersion/go-smtp"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-emersion-go-sasl))
|
||||||
|
(home-page "https://github.com/emersion/go-smtp")
|
||||||
|
(synopsis "SMTP implementation for Go")
|
||||||
|
(description
|
||||||
|
"This package implements the Simple Mail Transfer Protocol as defined by
|
||||||
|
RFC 5321.")
|
||||||
|
(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")
|
||||||
|
|
|
@ -5595,30 +5595,6 @@ a cron spec parser and job runner.")
|
||||||
"This is a fork of another go-libvterm library for use with aerc.")
|
"This is a fork of another go-libvterm library for use with aerc.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-smtp
|
|
||||||
(package
|
|
||||||
(name "go-github-com-emersion-go-smtp")
|
|
||||||
(version "0.21.3")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/emersion/go-smtp")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0drvmvrkmhqhnv4m3my1hbkyyva2vi35b36j0pdi57xc9rflziq3"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/emersion/go-smtp"))
|
|
||||||
(propagated-inputs (list go-github-com-emersion-go-sasl))
|
|
||||||
(home-page "https://github.com/emersion/go-smtp")
|
|
||||||
(synopsis "SMTP implementation for Go")
|
|
||||||
(description
|
|
||||||
"This package implements the Simple Mail Transfer Protocol as
|
|
||||||
defined by RFC 5321.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-google-uuid
|
(define-public go-github-com-google-uuid
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-google-uuid")
|
(name "go-github-com-google-uuid")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue