mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: remind: Update to 3.1.17.
* gnu/packages/calendar.scm (remind): Update to 3.1.17.
This commit is contained in:
parent
dcb7ce500b
commit
e3ce8fbfd3
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ (define-public khal
|
|||
(define-public remind
|
||||
(package
|
||||
(name "remind")
|
||||
(version "3.1.16")
|
||||
(version "3.1.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -166,7 +166,7 @@ (define-public remind
|
|||
".")
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14yavwqmimba8rdpwx3wlav9sfb0v5rcd1iyzqrs08wx07a9pdzf"))))
|
||||
(base32 "0lgyc2j69aqqk4knywr8inz4fsnni0zq54dgqh7p4s6kzybc2mf9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no "check" target
|
||||
|
|
Loading…
Reference in a new issue