ngz pushed a commit to branch master
in repository guix.

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

    gnu: emacs-casual-lib: Update to 1.1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-casual-lib): Update to 1.1.3.
    
    Change-Id: Id727799b45e62793fb575721a76d34be48b579cc
---
 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 d2e198f6f9..3e8b1f4c6e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33732,7 +33732,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
 (define-public emacs-casual-lib
   (package
     (name "emacs-casual-lib")
-    (version "1.1.2")
+    (version "1.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -33741,7 +33741,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y45iqswhib9bfwbqfmlvxmfdn0wcvyfy696skn2cr7sn2q0n8a3"))))
+                "1qzwzvrp94f2sw861q2jgjnil18m85nm0mryy92rdvijni2l0dj9"))))
     (build-system emacs-build-system)
     (arguments
      (list #:tests? #t

Reply via email to