ngz pushed a commit to branch master
in repository guix.

commit 881d7ef803e0bd4d173649ab14f53421f0e2c1a2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Oct 12 11:43:04 2024 +0200

    gnu: emacs-casual-info: Update to 1.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-casual-info): Update to 1.3.3.
    
    Change-Id: I6bd20190f28f0a670a56e75fd67219d7db74d978
---
 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 4fc372f097..7ddec9874e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33855,7 +33855,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.2")
+    (version "1.3.3")
     (source
      (origin
        (method git-fetch)
@@ -33864,7 +33864,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 "1sdcz39pw92nzdf6vgxg8phfs5saf07rvikjqqv0rf1zk6ss83ns"))))
+        (base32 "1cw3pcwp08bv6hrfkza2iprpqppas63v2sxyhn2b3z8wywh65vg6"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to