guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: emacs-ement: Update to 0.2.


From: guix-commits
Subject: 03/06: gnu: emacs-ement: Update to 0.2.
Date: Sat, 24 Sep 2022 14:52:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 54e5449df59684c541d36bb665438fb5ab36579b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 24 19:30:19 2022 +0200

    gnu: emacs-ement: Update to 0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.
---
 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 8bdd9ea6ac..49d5709d6c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16830,7 +16830,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.1.4")
+    (version "0.2")
     (source
      (origin
        (method git-fetch)
@@ -16839,7 +16839,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 "1kms6l14h6ig8kphzpkxv16z7gpvcwvcfsp5ljssdnrx0c7dzz16"))))
+        (base32 "1f1a00lywzzaaj4sqziz43bbxjfc0gdkqgbfqmai1drn8ihgnhxn"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs))               ;need libxml support



reply via email to

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