ngz pushed a commit to branch master
in repository guix.

commit 3091a86d7caa943929f29730be54a899dff7d1de
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 09:28:45 2025 +0100

    gnu: emacs-speed-type: Update to 1.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-speed-type): Update to 1.4.
    
    Change-Id: I5ac835f7cc7f6b99605a82809e1a50d1b5f78cfd
---
 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 786858db8f..8d0b53e4c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2576,7 +2576,7 @@ you will die.  The game builds the list of words from the 
active buffer.")
 (define-public emacs-speed-type
   (package
     (name "emacs-speed-type")
-    (version "1.3")
+    (version "1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2585,7 +2585,7 @@ you will die.  The game builds the list of words from the 
active buffer.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0nnvk3qnn61hg5rgwpiy1dqg6sqfh1m5256sbsk2pwrdmk54k85k"))))
+                "1rw3lgm65jxcs7vbj0055ays4wv23mk2kj3xivnqmhnm030vk868"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to