guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-calfw: Update to 1.6.


From: guix-commits
Subject: 02/02: gnu: emacs-calfw: Update to 1.6.
Date: Sun, 2 Dec 2018 01:55:07 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit ae2b11815a74fa0e3fd584fba0d975cc9a0069d3
Author: Arun Isaac <address@hidden>
Date:   Sun Dec 2 12:14:38 2018 +0530

    gnu: emacs-calfw: Update to 1.6.
    
    * gnu/packages/emacs.scm (emacs-calfw): Update to 1.6.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 297fb33..d9d401d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1373,7 +1373,7 @@ searches.  Unlike address@hidden, it can be combined with 
any format.")
 (define-public emacs-calfw
   (package
     (name "emacs-calfw")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
        (method url-fetch)
@@ -1383,7 +1383,7 @@ searches.  Unlike address@hidden, it can be combined with 
any format.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l"))))
+         "1zr91xr0f1xfcv78yxka8vs5ximmq2ixmqf2pkb57kwwnxlypq4i"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-howm" ,emacs-howm)))



reply via email to

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