guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-literate-calc-mode: Update to 0.1-1.a5


From: guix-commits
Subject: branch master updated: gnu: emacs-literate-calc-mode: Update to 0.1-1.a50e897
Date: Sat, 21 Nov 2020 16:27:35 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 24bb392  gnu: emacs-literate-calc-mode: Update to 0.1-1.a50e897
24bb392 is described below

commit 24bb392c0b0f6dc7735c5224a900a05edc2431e2
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Fri Nov 20 10:47:33 2020 -0500

    gnu: emacs-literate-calc-mode: Update to 0.1-1.a50e897
    
    * gnu/packages/emacs-xyz.scm (emacs-literate-calc-mode): Update to 
0.1-1.a50e897
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 24c7973..088692e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3946,8 +3946,8 @@ in Lisp modes.")
       (license license:gpl3+))))
 
 (define-public emacs-literate-calc-mode
-  (let ((commit "e855bd718fa7d0d70b8f43264e10664369dd3a37")
-        (revision "0"))
+  (let ((commit "a50e897a816cb5580ad6ec867eeaae212e0e4798")
+        (revision "1"))
     (package
       (name "emacs-literate-calc-mode")
       (version (git-version "0.1" revision commit))
@@ -3959,7 +3959,7 @@ in Lisp modes.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0mk4cig8g8ibz97mvyan79fkypyanh7r0h7h20ibafq09nb0mw01"))))
+          (base32 "0z6y5f1rj28lbr30m6g4a9l6ahs66whi8861g4cx9xzhs84nwv5g"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-s" ,emacs-s)))



reply via email to

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