guix-commits
[Top][All Lists]
Advanced

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

05/31: gnu: isync: Update to 1.2.1.


From: Efraim Flashner
Subject: 05/31: gnu: isync: Update to 1.2.1.
Date: Wed, 30 Dec 2015 21:23:13 +0000

efraim pushed a commit to branch master
in repository guix.

commit 2c3d13fe1b34cac42d98e804d3eeb045b011e4fe
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 30 11:45:48 2015 +0200

    gnu: isync: Update to 1.2.1.
    
    * gnu/packages/mail.scm (isync): Update to 1.2.1.
---
 gnu/packages/mail.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 13c1959..f765728 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -730,14 +730,14 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
 (define-public isync
   (package
     (name "isync")
-    (version "1.1.2")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/isync/isync/"
                            version "/isync-" version ".tar.gz"))
        (sha256 (base32
-                "1960ah3fmp75cakd06lcx50n5q0yvfsadjh3lffhyvjvj7ava9d2"))))
+                "1bij6nm06ghkg98n2pdyacam2fyg5y8f7ajw0d5653m0r4ldw5p7"))))
     (build-system gnu-build-system)
     (inputs
      `(("bdb" ,bdb)



reply via email to

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