guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add guile-email-latest.


From: guix-commits
Subject: 01/02: gnu: Add guile-email-latest.
Date: Sun, 6 Dec 2020 06:44:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8b3b1f34e6aaffda10037c95274bd029ffc87927
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 6 12:43:43 2020 +0100

    gnu: Add guile-email-latest.
    
    * gnu/packages/guile-xyz.scm (guile-email-latest): New variable.
---
 gnu/packages/guile-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index cdeb000..54725cc 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1178,6 +1178,29 @@ Extensions) compliant email messages and reading emails 
from the mbox
 format.")
     (license license:agpl3+)))
 
+(define-public guile-email-latest
+  (let ((commit "03e9cacb826bd4a56d3d834fe5526e497d7c57eb")
+        (revision "1"))
+    (package
+      (inherit guile-email)
+      (name "guile-email-latest")
+      (version (git-version "0.2.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.systemreboot.net/guile-email";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1a15gdlbmzx220xg82fgyd0zk2wqn13ddmzs13nhgfzx8d5cns68"))))
+      (native-inputs
+       `(("pkg-config" ,pkg-config)
+         ("autoconf" ,autoconf)
+         ("automake" ,automake)
+         ("texinfo" ,texinfo))))))
+
 (define-public guile2.2-email
   (package
     (inherit guile-email)



reply via email to

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