1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: emacs-git-modes: Update to 1.4.2.

* gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.2.

Change-Id: I3d79b4b5a514e133b64c688cf77aee423fed2245
This commit is contained in:
Nicolas Goaziou
2023-11-08 13:10:25 +01:00
parent 504b85237e
commit ffa08b3e5e

View File

@@ -1355,7 +1355,7 @@ its mode line.")
(define-public emacs-git-modes
(package
(name "emacs-git-modes")
(version "1.4.1")
(version "1.4.2")
(source
(origin
(method git-fetch)
@@ -1364,7 +1364,7 @@ its mode line.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0b9fywqwccdvyg1cfnlzl61gq1gryjvzp32cw91l4igv7ppmq684"))))
(base32 "0npwjcm04gg1cy19gsha5m6my9xa0din860gv3h32cx8q3nizjjc"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))