GNU bug report logs -
#62782
[PATCH] gnu: emacs-ement: Update to 0.8.3.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 11 Apr 2023 22:57:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.8.3.
---
Hi, here's v0.8.3 of ement.
Enjoy matrix from the warmth of elisp APIs.
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 486740c198..a19f489c2b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19061,7 +19061,7 @@ (define-public emacs-plz
(define-public emacs-ement
(package
(name "emacs-ement")
- (version "0.8.2")
+ (version "0.8.3")
(source
(origin
(method git-fetch)
@@ -19070,7 +19070,7 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0qzml4hrylvsd25vyyj1pf77kvv8kzjyzap00d4s182gvva4lvks"))))
+ (base32 "17s3sl0dijgmhnaryw08g6vn6za46xz6a709rsfrdis8v1knqd7z"))))
(build-system emacs-build-system)
(arguments
(list #:emacs emacs)) ;need libxml support
--
2.39.2
This bug report was last modified 2 years and 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.