mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gcal: Update to 4.1.
* gnu/packages/gcal.scm (gcal): Update to 4.1. [home-page]: Use https.
This commit is contained in:
parent
62cf8fa7cd
commit
a3dbea473a
1 changed files with 3 additions and 3 deletions
|
@ -25,16 +25,16 @@ (define-module (gnu packages gcal)
|
|||
(define-public gcal
|
||||
(package
|
||||
(name "gcal")
|
||||
(version "4")
|
||||
(version "4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gcal/gcal-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vpzz2pb6xf5wlwyqj9xa29yvx72zdmffb0fv54hdirfn5vciiar"))))
|
||||
"1av11zkfirbixn05hyq4xvilin0ncddfjqzc4zd9pviyp506rdci"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.gnu.org/software/gcal")
|
||||
(home-page "https://www.gnu.org/software/gcal")
|
||||
(synopsis "Calculating and printing a wide variety of calendars")
|
||||
(description
|
||||
"Gcal is a program to calculate and print calendars on the
|
||||
|
|
Loading…
Reference in a new issue