guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: isync: Update to 1.3.0.


From: Leo Famulari
Subject: 01/01: gnu: isync: Update to 1.3.0.
Date: Wed, 4 Oct 2017 16:07:54 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 49490231379ad860420f721bc24e0014c87448c2
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 4 15:56:48 2017 -0400

    gnu: isync: Update to 1.3.0.
    
    * gnu/packages/mail.scm (isync): Update to 1.3.0.
    [native-inputs]: Add perl.
---
 gnu/packages/mail.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 8c376b1..cea79e6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1244,15 +1244,17 @@ hashing schemes plugin for @code{Dovecot}.")
 (define-public isync
   (package
     (name "isync")
-    (version "1.2.1")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/isync/isync/"
                            version "/isync-" version ".tar.gz"))
        (sha256 (base32
-                "1bij6nm06ghkg98n2pdyacam2fyg5y8f7ajw0d5653m0r4ldw5p7"))))
+                "173wd7x8y5sp94slzwlnb7zhgs32r57zl9xspl2rf4g3fqwmhpwd"))))
     (build-system gnu-build-system)
+    (native-inputs
+     `(("perl" ,perl)))
     (inputs
      `(("bdb" ,bdb)
        ("openssl" ,openssl)))



reply via email to

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