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.12.


From: guix-commits
Subject: branch master updated: gnu: emacs-embark: Update to 0.12.
Date: Thu, 21 Oct 2021 18:20:39 -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 da168ee  gnu: emacs-embark: Update to 0.12.
da168ee is described below

commit da168ee6d6c7d9a4568c0a0062c0252dc4d42932
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 22 00:19:54 2021 +0200

    gnu: emacs-embark: Update to 0.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.12.
---
 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 0fc1b78..930bc0f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8209,7 +8209,7 @@ them easier to distinguish from other, less important 
buffers.")
 (define-public emacs-embark
   (package
     (name "emacs-embark")
-    (version "0.10")
+    (version "0.12")
     (source
      (origin
        (method git-fetch)
@@ -8217,7 +8217,7 @@ them easier to distinguish from other, less important 
buffers.")
              (url "https://github.com/oantolin/embark";)
              (commit version)))
        (sha256
-        (base32 "063hc0hganws11vjdk3ic0mxm9i0vpw6s7hzbgxvja0gjkdxjldz"))
+        (base32 "16z7g6ynj4d64wsg49skhwypn5j6awlpsawbz61djsmpzlzjnv36"))
        (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]