gnu: remind: Update to 3.1.17.

* gnu/packages/calendar.scm (remind): Update to 3.1.17.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-03 19:46:13 +01:00
parent dcb7ce500b
commit e3ce8fbfd3
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -155,7 +155,7 @@ (define-public khal
(define-public remind (define-public remind
(package (package
(name "remind") (name "remind")
(version "3.1.16") (version "3.1.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -166,7 +166,7 @@ (define-public remind
".") ".")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 "14yavwqmimba8rdpwx3wlav9sfb0v5rcd1iyzqrs08wx07a9pdzf")))) (base32 "0lgyc2j69aqqk4knywr8inz4fsnni0zq54dgqh7p4s6kzybc2mf9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f)) ; no "check" target '(#:tests? #f)) ; no "check" target