guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: remind: Update to 3.3.6.


From: guix-commits
Subject: 08/13: gnu: remind: Update to 3.3.6.
Date: Thu, 6 May 2021 18:17:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0978f2faaee243438e5b271a0548116624fb2edc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 22:20:50 2021 +0200

    gnu: remind: Update to 3.3.6.
    
    * gnu/packages/calendar.scm (remind): Update to 3.3.6.
---
 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 3807ca2..2cc78ae 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -226,7 +226,7 @@ able to synchronize with CalDAV servers through 
vdirsyncer.")
 (define-public remind
   (package
     (name "remind")
-    (version "3.3.5")
+    (version "3.3.6")
     (source
      (origin
        (method url-fetch)
@@ -237,7 +237,7 @@ able to synchronize with CalDAV servers through 
vdirsyncer.")
                                         ".")
                            ".tar.gz"))
        (sha256
-        (base32 "1hbfsq6444abkiws28xqy0k9cwzgzfi1hwfmd1rgm4yydgc1gvb1"))))
+        (base32 "0nszv62gqyclsvsygqj4b1c5h40rp66s5njgcf1h7iy9f00hr6ln"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f))                    ; no "check" target



reply via email to

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