guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: remind: Update to 3.1.17.


From: guix-commits
Subject: 01/15: gnu: remind: Update to 3.1.17.
Date: Wed, 11 Dec 2019 21:03:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e3ce8fbfd36b85f7baa3a5a1ee29e9ab89b6f413
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 3 19:46:13 2019 +0100

    gnu: remind: Update to 3.1.17.
    
    * gnu/packages/calendar.scm (remind): Update to 3.1.17.
---
 gnu/packages/calendar.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 6c60008..5e7ac66 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -155,7 +155,7 @@ able to synchronize with CalDAV servers through 
vdirsyncer.")
 (define-public remind
   (package
     (name "remind")
-    (version "3.1.16")
+    (version "3.1.17")
     (source
      (origin
        (method url-fetch)
@@ -166,7 +166,7 @@ able to synchronize with CalDAV servers through 
vdirsyncer.")
                                         ".")
                            ".tar.gz"))
        (sha256
-        (base32 "14yavwqmimba8rdpwx3wlav9sfb0v5rcd1iyzqrs08wx07a9pdzf"))))
+        (base32 "0lgyc2j69aqqk4knywr8inz4fsnni0zq54dgqh7p4s6kzybc2mf9"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f))                    ; no "check" target



reply via email to

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