guix-commits
[Top][All Lists]
Advanced

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

23/44: gnu: emacs-ement: Update to 0.11.


From: guix-commits
Subject: 23/44: gnu: emacs-ement: Update to 0.11.
Date: Fri, 1 Sep 2023 16:23:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e37c130d02a417b59ae91905a525688b719783ed
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:46:31 2023 +0200

    gnu: emacs-ement: Update to 0.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.11.
---
 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 7af1fef8a9..aa612e30dc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19846,7 +19846,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.10")
+    (version "0.11")
     (source
      (origin
        (method git-fetch)
@@ -19855,7 +19855,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 "1bbjk39w3a66b5zmdjkr5zrchrf8mk4avzaxrqf027mc7pfmy8rb"))))
+        (base32 "08wsqld0qic2gn5b6vhxrpbbnabgb2mlrlcxww6dgf25phw82r0l"))))
     (build-system emacs-build-system)
     (arguments
      (list #:emacs emacs))              ;need libxml support



reply via email to

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