guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: remind: Update to 3.1.16.


From: guix-commits
Subject: 05/10: gnu: remind: Update to 3.1.16.
Date: Thu, 21 Feb 2019 11:39:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 88888cd08b5a1d99e9a53128a6565ef1c9af7ac8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 21 01:45:48 2019 +0100

    gnu: remind: Update to 3.1.16.
    
    * gnu/packages/calendar.scm (remind): Update to 3.1.16.
    [source, home-page]: Update project home page.
---
 gnu/packages/calendar.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index f1949c1..226d8f5 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Troy Sankey <address@hidden>
 ;;; Copyright © 2016 Stefan Reichoer <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -160,23 +160,22 @@ able to synchronize with CalDAV servers through 
vdirsyncer.")
 (define-public remind
   (package
     (name "remind")
-    (version "3.1.15")
+    (version "3.1.16")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://www.roaringpenguin.com/files/download/";
+       (uri (string-append "https://dianne.skoll.ca/projects/remind/download/";
                            "remind-"
                            (string-join (map (cut string-pad <> 2 #\0)
                                              (string-split version #\.))
                                         ".")
                            ".tar.gz"))
        (sha256
-        (base32
-         "1hcfcxz5fjzl7606prlb7dgls5kr8z3wb51h48s6qm8ang0b9nla"))))
+        (base32 "14yavwqmimba8rdpwx3wlav9sfb0v5rcd1iyzqrs08wx07a9pdzf"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f))  ;no "check" target
-    (home-page "http://www.roaringpenguin.com/products/remind/";)
+     '(#:tests? #f))                    ; no "check" target
+    (home-page "https://dianne.skoll.ca/projects/remind/";)
     (synopsis "Sophisticated calendar and alarm program")
     (description
      "Remind allows you to remind yourself of upcoming events and appointments.



reply via email to

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