[PATCH] gnu: emacs-ement: Update to 0.16.

  • Open
  • quality assurance status badge
Details
One participant
  • Arto Jantunen
Owner
unassigned
Submitted by
Arto Jantunen
Severity
normal
A
A
Arto Jantunen wrote 13 hours ago
(address . guix-patches@gnu.org)(name . Arto Jantunen)(address . viiru@iki.fi)
80a15d3472ea0451949c078e726860e1eaec86d7.1728990584.git.viiru@iki.fi
Change-Id: I84eec8c4676d7ad3f50d8013b45a16630fe9ba31
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0be1ac83bc31..bb9558c7f1aa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21848,7 +21848,7 @@ (define-public emacs-plz-event-source
(define-public emacs-ement
(package
(name "emacs-ement")
- (version "0.15.1")
+ (version "0.16")
(source
(origin
(method git-fetch)
@@ -21857,7 +21857,7 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wj0gzbx3m4j1h093nh8m65xmmhz2wjmlg39smxai44x7va27xmv"))))
+ (base32 "1nskmygjhg01dz4jwvs8ixxk0dn3wa9sx7vym6dbs1i11pd761xn"))))
(build-system emacs-build-system)
(arguments
(list #:emacs emacs)) ;need libxml support

base-commit: 7c93145d9e027cb571bf7634192dfae5468ecde2
--
2.39.5
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73819@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73819
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch