From cdb2e84801c8c08a2fc02a78bc23bddd85873c81 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 10 Oct 2025 10:31:39 +0200 Subject: [PATCH] gnu: emacs-git-modes: Update to 1.4.6. * gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.6. Change-Id: I4e98da1c8625adea2bccd9ca3e5664409f3368f9 --- 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 2624aa86d1182efded5613e719e1f4c1a53c7253..dd1a61b18ae4af7f372fa7a971af95c43a23ff04 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2043,7 +2043,7 @@ and frame size or even a custom callback.") (define-public emacs-git-modes (package (name "emacs-git-modes") - (version "1.4.4") + (version "1.4.6") (source (origin (method git-fetch) @@ -2052,7 +2052,7 @@ and frame size or even a custom callback.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0nvkpy3bv9816hvgm91fv9l8lla4xras4i05579bs7bc8fck1mr3")))) + (base32 "0k73855kzl2hj0lsr68gmbmabxjm5pxwciybbz0pr3j67s3i7r82")))) (build-system emacs-build-system) (arguments (list #:tests? #f)) ; no tests (propagated-inputs