guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2ae52be471e23bee13b630a5a17f88c4eb4ad1b8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 09:32:59 2025 +0100

    gnu: emacs-git-modes: Update to 1.4.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.7.
    
    Change-Id: Ib02c403bd28c7eeafecb75b27d3a6c2e5632f894
---
 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 05a8e7ea52..945afdaa4e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2230,7 +2230,7 @@ and frame size or even a custom callback.")
 (define-public emacs-git-modes
   (package
     (name "emacs-git-modes")
-    (version "1.4.6")
+    (version "1.4.7")
     (source
      (origin
        (method git-fetch)
@@ -2239,7 +2239,7 @@ and frame size or even a custom callback.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k73855kzl2hj0lsr68gmbmabxjm5pxwciybbz0pr3j67s3i7r82"))))
+        (base32 "0pjsxw5ni47c8mfd40l9x5fnpi1423djhxxr2ixvk81p7xcrcsyi"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs

Reply via email to