This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 56bf67505a gnu: emacs-ement: Update to 0.9.1.
56bf67505a is described below

commit 56bf67505ae2bed5927e1a997cf739ec2df6350b
Author: jgart <[email protected]>
AuthorDate: Mon May 15 00:56:31 2023 -0500

    gnu: emacs-ement: Update to 0.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.9.1.
    
    Signed-off-by: Andrew Tropin <[email protected]>
---
 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 f69967287d..cad9819a5e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19195,7 +19195,7 @@ which avoids some of the issues with using Emacs’s 
built-in Url library.")
 (define-public emacs-ement
   (package
     (name "emacs-ement")
-    (version "0.8.3")
+    (version "0.9.1")
     (source
      (origin
        (method git-fetch)
@@ -19204,7 +19204,7 @@ which avoids some of the issues with using Emacs’s 
built-in Url library.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17s3sl0dijgmhnaryw08g6vn6za46xz6a709rsfrdis8v1knqd7z"))))
+        (base32 "126h4cb0iy8k7w0amn0xizq2mbk9ga8yjc6kz1qn0k73d6kqwxn6"))))
     (build-system emacs-build-system)
     (arguments
      (list #:emacs emacs))              ;need libxml support

Reply via email to