guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: altermime: Update to 0.3.11.


From: guix-commits
Subject: 03/07: gnu: altermime: Update to 0.3.11.
Date: Sun, 29 Nov 2020 17:16:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8daad379bf8c835a62b46d93128fec975e1edc89
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 22:46:23 2020 +0100

    gnu: altermime: Update to 0.3.11.
    
    * gnu/packages/mail.scm (altermime): Update to 0.3.11.
---
 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 83b66a9..7ced2c1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -666,14 +666,14 @@ Extension (MIME).")
 (define-public altermime
   (package
     (name "altermime")
-    (version "0.3.10")
+    (version "0.3.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://pldaniels.com/altermime/altermime-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0vn3vmbcimv0n14khxr1782m76983zz9sf4j2kz5v86lammxld43"))))
+                "15zxg6spcmd35r6xbidq2fgcg2nzyv1sbbqds08lzll70mqx4pj7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list "CC=gcc"



reply via email to

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