guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: libetpan: Update to 1.9.2.


From: guix-commits
Subject: 06/06: gnu: libetpan: Update to 1.9.2.
Date: Sun, 23 Dec 2018 17:24:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8f2253af7da1c537b4c11e6b43c8d0a9f026b609
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 23 21:42:06 2018 +0100

    gnu: libetpan: Update to 1.9.2.
    
    * gnu/packages/mail.scm (libetpan): Update to 1.9.2.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a7fb7ea..6d1006c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -943,7 +943,7 @@ useful features.")
 (define-public libetpan
   (package
     (name "libetpan")
-    (version "1.9.1")
+    (version "1.9.2")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -951,7 +951,7 @@ useful features.")
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
-               (base32 
"1628lb1qvxixl64ifvjjr839hmirpx532klhv2mr7m6gmn7nlci5"))))
+               (base32 
"13jiy2ddxbp9f2mk1mip9sk8h97bva5m0pnq2mlvh5xhifs6gza4"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,autoconf-wrapper)
                      ("automake" ,automake)



reply via email to

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