guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-embark: Update to 0.17.


From: guix-commits
Subject: branch master updated: gnu: emacs-embark: Update to 0.17.
Date: Tue, 21 Jun 2022 04:40:27 -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 0e415a8c6f gnu: emacs-embark: Update to 0.17.
0e415a8c6f is described below

commit 0e415a8c6f5f068a68de9a23d6e9db583d2ee3e4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 21 10:39:47 2022 +0200

    gnu: emacs-embark: Update to 0.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.17.
---
 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 daef288d41..f81262bea2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8862,7 +8862,7 @@ them easier to distinguish from other, less important 
buffers.")
 (define-public emacs-embark
   (package
     (name "emacs-embark")
-    (version "0.16")
+    (version "0.17")
     (source
      (origin
        (method git-fetch)
@@ -8870,7 +8870,7 @@ them easier to distinguish from other, less important 
buffers.")
              (url "https://github.com/oantolin/embark";)
              (commit version)))
        (sha256
-        (base32 "04xxwhh577aam0fqfmprxqaw0v1l6yidikr6chajcf16mf1wd2gv"))
+        (base32 "1s0ssf4q9kg4c5w87h2ypyvrhi31mz3s6k4h7pxi9a47lkccq8n1"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]