ngz pushed a commit to branch master
in repository guix.

commit f72e1c7c5cdfce8e814a7238716a5b4489f689cf
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 11:00:04 2024 +0100

    gnu: emacs-casual-info: Update to 2.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-casual-info): Update to 2.0.0.
    
    Change-Id: I1bfe7ec05c9172aa93ebea8e05bd20fa56cbfb2c
---
 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 c936167aac..d5faa0c7c3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34407,7 +34407,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
 (define-public emacs-casual-info
   (package
     (name "emacs-casual-info")
-    (version "1.3.3")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -34416,7 +34416,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 "1cw3pcwp08bv6hrfkza2iprpqppas63v2sxyhn2b3z8wywh65vg6"))))
+        (base32 "1q8yk71xv2v2ls94dc834c988aj2hfq1jv6nbddjxy0qn2hwxd2n"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to