[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-embark: Update to 0.16.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-embark: Update to 0.16. |
Date: |
Wed, 09 Mar 2022 15:16:28 -0500 |
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 67cb8e90c4 gnu: emacs-embark: Update to 0.16.
67cb8e90c4 is described below
commit 67cb8e90c4e3ba36859e31b375466cddfc4a5230
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 9 21:15:48 2022 +0100
gnu: emacs-embark: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.16.
---
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 62c45630df..a258f7c107 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8558,7 +8558,7 @@ them easier to distinguish from other, less important
buffers.")
(define-public emacs-embark
(package
(name "emacs-embark")
- (version "0.15")
+ (version "0.16")
(source
(origin
(method git-fetch)
@@ -8566,7 +8566,7 @@ them easier to distinguish from other, less important
buffers.")
(url "https://github.com/oantolin/embark")
(commit version)))
(sha256
- (base32 "08wj0p3plvblbmfmn4vsanhldr2csrnm1lhk3g1nic5v26yi5l64"))
+ (base32 "04xxwhh577aam0fqfmprxqaw0v1l6yidikr6chajcf16mf1wd2gv"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-embark: Update to 0.16.,
guix-commits <=