gnu: remind: Update to 3.1.16.

* gnu/packages/calendar.scm (remind): Update to 3.1.16.
[source, home-page]: Update project home page.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-21 01:45:48 +01:00
parent 0e296c064d
commit 88888cd08b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 7 deletions

View File

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