guix-commits
[Top][All Lists]
Advanced

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

28/53: gnu: emacs-ement: Update to 0.14.


From: guix-commits
Subject: 28/53: gnu: emacs-ement: Update to 0.14.
Date: Thu, 22 Feb 2024 10:18:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f9ce439eb7eed79f2fbf3496bad7b9aa43f787c5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 13:43:59 2024 +0100

    gnu: emacs-ement: Update to 0.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.14.
    
    Change-Id: I383ee99cee481cb7708ad9027aaed2762dbdeb01
---
 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 c24038b685..6856e3d5b2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20742,7 +20742,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.13")
+    (version "0.14")
     (source
      (origin
        (method git-fetch)
@@ -20751,7 +20751,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 "0bcsg8mp1z35q6k7zwm7p2ka8gvs9kkazmyjcsk9siqz4mlarv7s"))))
+        (base32 "0nfkxcwkyyy181y6wv64b69rq3spbb3lq634bk6j824aws7ha5rk"))))
     (build-system emacs-build-system)
     (arguments
      (list #:emacs emacs))              ;need libxml support



reply via email to

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