guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 81c586227d37907729f7ac5194127ddfd0b64963
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:38:08 2026 +0100

    gnu: emacs-git-modes: Update 1.4.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.8.
    
    Change-Id: Ia27b334967ed2d1c451d9da1306577b2ef9e0c8c
---
 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 c44d622c7d..5c36deb079 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2328,7 +2328,7 @@ and frame size or even a custom callback.")
 (define-public emacs-git-modes
   (package
     (name "emacs-git-modes")
-    (version "1.4.7")
+    (version "1.4.8")
     (source
      (origin
        (method git-fetch)
@@ -2337,7 +2337,7 @@ and frame size or even a custom callback.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pjsxw5ni47c8mfd40l9x5fnpi1423djhxxr2ixvk81p7xcrcsyi"))))
+        (base32 "12r2n3w3yigszh2cszfca1rmrifj2lib5aswcjrx4rd9pzziavzk"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs

Reply via email to