guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: libetpan: Update to 1.9.3.


From: guix-commits
Subject: 01/04: gnu: libetpan: Update to 1.9.3.
Date: Mon, 18 Mar 2019 11:18:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4bccdb0ff1842d0631191e088539bcf3c9380647
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 15:19:12 2019 +0100

    gnu: libetpan: Update to 1.9.3.
    
    * gnu/packages/mail.scm (libetpan): Update to 1.9.3.
---
 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 eabcdc4..bd2950b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1023,7 +1023,7 @@ useful features.")
 (define-public libetpan
   (package
     (name "libetpan")
-    (version "1.9.2")
+    (version "1.9.3")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -1031,7 +1031,7 @@ useful features.")
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
-               (base32 
"13jiy2ddxbp9f2mk1mip9sk8h97bva5m0pnq2mlvh5xhifs6gza4"))))
+               (base32 
"19g4qskg71jv7sxfxsdkjmrxk9mk5kf9b6fhw06g6wvm3205n95f"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,autoconf-wrapper)
                      ("automake" ,automake)



reply via email to

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