guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: emacs-ement: Update to 0.3.1.


From: guix-commits
Subject: 03/07: gnu: emacs-ement: Update to 0.3.1.
Date: Thu, 6 Oct 2022 18:59:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 23c97e2e887d7bca3787b6d06bbe3e5cd659ab67
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 7 00:44:07 2022 +0200

    gnu: emacs-ement: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.1.
---
 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 bae5f94a7f..0f6a7f0b04 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17130,7 +17130,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.3")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -17139,7 +17139,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 "0ing4pdqh4z3jsk9qb8qc5n968c27mxn0yq0h102plrb7fafd8ic"))))
+        (base32 "1ap4zxn2ba8bvmzm77aa4bnxgb1hnz5cymcim9jzy7b67bgapmy7"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs))               ;need libxml support



reply via email to

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