guix-commits
[Top][All Lists]
Advanced

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

07/63: gnu: emacs-casual-calc: Update to 1.11.2.


From: guix-commits
Subject: 07/63: gnu: emacs-casual-calc: Update to 1.11.2.
Date: Mon, 19 Aug 2024 16:46:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5fff7ce0213ede0bdfc4212539d0a4f6aad6f376
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 19 20:56:55 2024 +0200

    gnu: emacs-casual-calc: Update to 1.11.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-casual-calc): Update to 1.11.2.
    
    Change-Id: I2267191a5f11abcedd227bc664b94b79dc9d973e
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f74175803f..e23ff18c49 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33352,7 +33352,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
 (define-public emacs-casual-calc
   (package
     (name "emacs-casual-calc")
-    (version "1.10.0")
+    (version "1.11.2")
     (source
      (origin
        (method git-fetch)
@@ -33361,7 +33361,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qdi6p3aybg0zwscf35l2dx51q7h4rz2g7r4xf7ml520dag7h5cw"))))
+        (base32 "0arc034pxqgc0ic4x880fmdj9mr8cj4npd32aah90mlh1ys81zfa"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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