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 424f601  gnu: emacs-hercules: Update to 0.3.1.
424f601 is described below

commit 424f60147c729e4854bd507bc58d05d1a16f9e26
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Feb 9 09:05:13 2021 +0100

    gnu: emacs-hercules: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.3.1.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 92a04f7..238e784 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13230,7 +13230,7 @@ settings).")
 (define-public emacs-hercules
   (package
     (name "emacs-hercules")
-    (version "0.2.1")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -13239,8 +13239,7 @@ settings).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "19939pf5d6p2facmfhpyghx0vipb5k6ry3bmkmjfkj1zp132zfqf"))))
+        (base32 "1rp37rhkj8jm07dwr74vc68dhrbvyvrxjdavpb0h073ps9vl9dsc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-which-key" ,emacs-which-key)))

Reply via email to