[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-forge: Update to 0.2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-forge: Update to 0.2.1. |
Date: |
Fri, 18 Jun 2021 05:04:17 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new eab1e95 gnu: emacs-forge: Update to 0.2.1.
eab1e95 is described below
commit eab1e95fbc4fa30307068653a59df005a6086f9e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 18 11:03:45 2021 +0200
gnu: emacs-forge: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.2.1.
---
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 917441c..cbf6bbd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23389,7 +23389,7 @@ commands (a prefix and a suffix) we prefer to call it
just a \"transient\".")
(define-public emacs-forge
(package
(name "emacs-forge")
- (version "0.2.0")
+ (version "0.2.1")
(source
(origin
(method git-fetch)
@@ -23399,7 +23399,7 @@ commands (a prefix and a suffix) we prefer to call it
just a \"transient\".")
(file-name (git-file-name name version))
(sha256
(base32
- "139pndj9l9aifnvv2ak5zwf5gzwhp3m6dfpw1avf4vkh1zywzwa0"))))
+ "0j28vc0q1h36pk0y2nidnlsc2y7n0vpfrd8civiv1zp8z0jwfyc9"))))
(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 0.2.1.,
guix-commits <=