gnu: remind: Update to 3.3.7.
* gnu/packages/calendar.scm (remind): Update to 3.3.7.
This commit is contained in:
parent
5a5e39e69c
commit
ac5dd01c2e
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ able to synchronize with CalDAV servers through vdirsyncer.")
|
||||||
(define-public remind
|
(define-public remind
|
||||||
(package
|
(package
|
||||||
(name "remind")
|
(name "remind")
|
||||||
(version "3.3.6")
|
(version "3.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -239,7 +239,7 @@ able to synchronize with CalDAV servers through vdirsyncer.")
|
||||||
".")
|
".")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nszv62gqyclsvsygqj4b1c5h40rp66s5njgcf1h7iy9f00hr6ln"))))
|
(base32 "0gca7f5gc0zr111c28hxw4hycz1hr9z7s912bpzm92g1s4llxjc7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs (list "out"
|
(outputs (list "out"
|
||||||
"tcl")) ; more than doubles the closure by >110 MiB
|
"tcl")) ; more than doubles the closure by >110 MiB
|
||||||
|
|
Reference in a new issue