ngz pushed a commit to branch master
in repository guix.

commit 77d0b42347876522ddb343a63b8caad0e9aabf6c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Sep 15 09:20:39 2024 +0200

    gnu: emacs-casual-calc: Update to 1.11.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-casual-calc): Update to 1.11.3.
    
    Change-Id: Idd12a2c9dec2dc8fca3ffb02ac67d168843a106f
---
 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 bfa2976f4f..30a479d9d0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33651,7 +33651,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.11.2")
+    (version "1.11.3")
     (source
      (origin
        (method git-fetch)
@@ -33660,7 +33660,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 "0arc034pxqgc0ic4x880fmdj9mr8cj4npd32aah90mlh1ys81zfa"))))
+        (base32 "0640hq1nc5n7y6jzkbf0qn8lmprzhzllzkna9zbiqkia4jxcp9ws"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to