ngz pushed a commit to branch master
in repository guix.

commit 2998c254aeff3d978ebb3e00734958dd45f710ee
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Oct 12 11:43:03 2024 +0200

    gnu: emacs-casual-avy: Update to 1.4.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-casual-avy): Update to 1.4.3.
    
    Change-Id: I655a88343e9df2f0697512aa03c5751c907bd173
---
 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 32de72d3e3..949686dbce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33774,7 +33774,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
 (define-public emacs-casual-avy
   (package
     (name "emacs-casual-avy")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method git-fetch)
@@ -33783,7 +33783,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 "1fdwkk1dck94lkfj78n1vmpfcd3jnv7nnwdqjws3bjj783r42nsj"))))
+        (base32 "1fscfv91ii1pg7wi42xvk330f4fjq81334fk28ya47vwq3132ccn"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to