guix-commits
[Top][All Lists]
Advanced

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

20/42: gnu: emacs-ement: Update to 0.13.


From: guix-commits
Subject: 20/42: gnu: emacs-ement: Update to 0.13.
Date: Tue, 3 Oct 2023 16:54:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 63f51e0cf5029f20cbf2880a7494ab9b0fceb0a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 19:06:52 2023 +0200

    gnu: emacs-ement: Update to 0.13.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.13.
---
 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 e59ad72e81..44636a14cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20110,7 +20110,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.11")
+    (version "0.13")
     (source
      (origin
        (method git-fetch)
@@ -20119,7 +20119,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 "08wsqld0qic2gn5b6vhxrpbbnabgb2mlrlcxww6dgf25phw82r0l"))))
+        (base32 "0bcsg8mp1z35q6k7zwm7p2ka8gvs9kkazmyjcsk9siqz4mlarv7s"))))
     (build-system emacs-build-system)
     (arguments
      (list #:emacs emacs))              ;need libxml support



reply via email to

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