guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 09/09: gnu: Add go-github-com-emersion-go-imap-sortthread.
Date: Sun, 27 Nov 2022 10:22:23 -0500 (EST)

raghavgururajan pushed a commit to branch master
in repository guix.

commit c4618ca13f1cefeb1dbfe619ca09f32925b84732
Author: (unmatched-parenthesis <paren@disroot.org>
AuthorDate: Fri Oct 21 22:11:17 2022 +0100

    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>
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1823096610..7df9c34828 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]