guix-commits
[Top][All Lists]
Advanced

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

12/38: gnu: emacs-ement: Update to 0.9.3.


From: guix-commits
Subject: 12/38: gnu: emacs-ement: Update to 0.9.3.
Date: Sun, 21 May 2023 08:55:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4fc7b21ddffcd039ed08d1eb4e495cfdb849ec79
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 13:13:26 2023 +0200

    gnu: emacs-ement: Update to 0.9.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.9.3.
---
 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 f83400efb2..53eebda52c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19194,7 +19194,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.9.1")
+    (version "0.9.3")
     (source
      (origin
        (method git-fetch)
@@ -19203,7 +19203,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 "126h4cb0iy8k7w0amn0xizq2mbk9ga8yjc6kz1qn0k73d6kqwxn6"))))
+        (base32 "1fh592y4v6iybdfh0b55k8nknzgsbcmy9g62ymvqz0wlhwq4h5h9"))))
     (build-system emacs-build-system)
     (arguments
      (list #:emacs emacs))              ;need libxml support



reply via email to

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