* [bug#48138] [PATCH] gnu: git-modes: Update to 1.3.0.
@ 2021-05-01 12:00 Xinglu Chen
2021-05-03 16:07 ` bug#48138: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-05-01 12:00 UTC (permalink / raw)
To: 48138
* gnu/packages/emacs-xyz.scm (git-modes): Update to 1.3.0.
---
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 d3d4a808f1..05d20a018b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -443,7 +443,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
@@ -452,7 +452,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")
base-commit: c04dfb39f62f764b1c3988d9b0fcedc8221afa67
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48138: [PATCH] gnu: git-modes: Update to 1.3.0.
2021-05-01 12:00 [bug#48138] [PATCH] gnu: git-modes: Update to 1.3.0 Xinglu Chen
@ 2021-05-03 16:07 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-05-03 16:07 UTC (permalink / raw)
To: Xinglu Chen; +Cc: 48138-done
Hi,
Xinglu Chen <public@yoctocell.xyz> skribis:
> * gnu/packages/emacs-xyz.scm (git-modes): Update to 1.3.0.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-03 16:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 12:00 [bug#48138] [PATCH] gnu: git-modes: Update to 1.3.0 Xinglu Chen
2021-05-03 16:07 ` bug#48138: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.