guix-commits
[Top][All Lists]
Advanced

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

174/244: gnu: emacs-ement: Update to 0.8.2.


From: guix-commits
Subject: 174/244: gnu: emacs-ement: Update to 0.8.2.
Date: Wed, 12 Apr 2023 08:49:20 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit f027640747a09500d84a7a579ce2cbbb2d0fd7e0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 8 13:44:17 2023 +0200

    gnu: emacs-ement: Update to 0.8.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.8.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 8efd1b0029..b68ce385e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19061,7 +19061,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.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
@@ -19070,7 +19070,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 "05y478al4ld35mnvqsf84iazjcyy9275im5ybhmzhx34lywsnny2"))))
+        (base32 "0qzml4hrylvsd25vyyj1pf77kvv8kzjyzap00d4s182gvva4lvks"))))
     (build-system emacs-build-system)
     (arguments
      (list #:emacs emacs))              ;need libxml support



reply via email to

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