guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gcal: Update to 4.1.


From: Efraim Flashner
Subject: 01/01: gnu: gcal: Update to 4.1.
Date: Mon, 23 Jan 2017 08:24:05 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit a3dbea473a17bc0966d07c15b2c81ee6978e82a1
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 23 10:11:30 2017 +0200

    gnu: gcal: Update to 4.1.
    
    * gnu/packages/gcal.scm (gcal): Update to 4.1.
    [home-page]: Use https.
---
 gnu/packages/gcal.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gcal.scm b/gnu/packages/gcal.scm
index 375bbed..3e45163 100644
--- a/gnu/packages/gcal.scm
+++ b/gnu/packages/gcal.scm
@@ -25,16 +25,16 @@
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]