me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-emersion-go-imap-sortthread.

* gnu/packages/golang.scm (go-github-com-emersion-go-imap-sortthread):
  New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
master
(unmatched-parenthesis 2022-10-21 22:11:17 +01:00 committed by Raghav Gururajan
parent 394a33f74c
commit c4618ca13f
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 26 additions and 0 deletions

View File

@ -6612,6 +6612,32 @@ fnmatch gist (https://gist.github.com/kballard/272720).")
can be used to build IMAP clients and servers.")
(license license:expat)))
(define-public go-github-com-emersion-go-imap-sortthread
(package
(name "go-github-com-emersion-go-imap-sortthread")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emersion/go-imap-sortthread")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1cfbgz1l5angnj52v9pxwggai2shx0h78ffcp7j4r4lr7lzflnwz"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/emersion/go-imap-sortthread"))
(propagated-inputs (list go-golang-org-x-text
go-github-com-emersion-go-sasl
go-github-com-emersion-go-imap))
(home-page "https://github.com/emersion/go-imap-sortthread")
(synopsis "Sorting and threading of messages for the imap package")
(description
"The sortthread package implements message sorting and threading for
@code{go-github-com-emersion-go-imap}.")
(license license:expat)))
(define-public go-github-com-emersion-go-sasl
(let ((commit "0b9dcfb154ac3d7515b08bc2691a0332800edfe9")
(revision "1"))