1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 01:35:52 +02:00

gnu: git-modes: Update to 1.3.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Xinglu Chen
2021-05-01 14:00:39 +02:00
committed by Ludovic Courtès
parent fa7dc25c2f
commit 8e637fb548
+2 -2
View File
@@ -484,7 +484,7 @@ some utility functions, and commands using that infrastructure.")
(define-public git-modes
(package
(name "emacs-git-modes")
(version "1.2.8")
(version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -493,7 +493,7 @@ some utility functions, and commands using that infrastructure.")
(file-name (git-file-name name version))
(sha256
(base32
"08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"))))
"0m8qfjj5hzxwyyi34sbk11qz5fix6z80hiki0v0a838sq4f586b6"))))
(build-system emacs-build-system)
(home-page "https://github.com/magit/git-modes")
(synopsis "Emacs major modes for Git configuration files")