[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-forge: Update to 20201119.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-forge: Update to 20201119. |
Date: |
Fri, 20 Nov 2020 10:48:21 -0500 |
This is an automated email from the git hooks/post-receive script.
ambrevar pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 924d082 gnu: emacs-forge: Update to 20201119.
924d082 is described below
commit 924d082692f4d442f52fc9b540379f350a5ce118
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri Nov 20 16:47:24 2020 +0100
gnu: emacs-forge: Update to 20201119.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 20201119.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad8657d..19019d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20961,10 +20961,10 @@ commands (a prefix and a suffix) we prefer to call it
just a \"transient\".")
(license license:gpl3+))))
(define-public emacs-forge
- (let ((commit "09bf8adc9c9afb492632e612f51f39e1cc15fca0"))
+ (let ((commit "05ef02913004826165c383bd6d2ff6574542b76c"))
(package
(name "emacs-forge")
- (version (git-version "0.1.0" "4" commit))
+ (version (git-version "0.1.0" "5" commit))
(source
(origin
(method git-fetch)
@@ -20974,7 +20974,7 @@ commands (a prefix and a suffix) we prefer to call it
just a \"transient\".")
(file-name (git-file-name name version))
(sha256
(base32
- "148h1rvmfmxyrfy2q5l0vzblr7lpsyw1si30hfwhzsj8fvj21qcr"))))
+ "1vv7xlawj2zmwqk69qlsqflhh0lbyqm5xf4x8l4v2069g0k8mmx1"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-forge: Update to 20201119.,
guix-commits <=