GNU bug report logs -
#57713
[PATCH] gnu: emacs-ement: Update to 0.1.2.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 10 Sep 2022 06:20:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 10 Sep 2022 19:16:18 +0200
with message-id <87edwjjgkd.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#57713] [PATCH] gnu: emacs-ement: Update to 0.1.2.
has caused the debbugs.gnu.org bug report #57713,
regarding [PATCH] gnu: emacs-ement: Update to 0.1.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57713: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57713
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.2.
---
gnu/packages/emacs-xyz.scm | 52 ++++++++++++++++++--------------------
1 file changed, 25 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 508418ee92..eb13ae5706 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16544,33 +16544,31 @@ (define-public emacs-plz
(license license:gpl3+)))
(define-public emacs-ement
- (let ((commit "02015eacf682b53baaddf26c8a4046e6ff84d4e8")
- (revision "3"))
- (package
- (name "emacs-ement")
- (version (git-version "0.1-pre" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/alphapapa/ement.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0xnhhzl1si09l7lgh5smgpmxgbkzi8p68dykdgsawqa960w6n1ks"))))
- (build-system emacs-build-system)
- (arguments
- `(#:emacs ,emacs)) ;need libxml support
- (propagated-inputs
- (list emacs-plz
- emacs-svg-lib
- emacs-taxy
- emacs-taxy-magit-section
- emacs-ts))
- (home-page "https://github.com/alphapapa/ement.el")
- (synopsis "Matrix client for Emacs")
- (description "Ement.el is a Matrix client for Emacs.")
- (license license:gpl3+))))
+ (package
+ (name "emacs-ement")
+ (version "0.1.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alphapapa/ement.el")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0khp1x8rip6kddkb7d6y14z1505zhk1gdxiaw0m26ksa1rw852nr"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:emacs ,emacs)) ;need libxml support
+ (propagated-inputs
+ (list emacs-plz
+ emacs-svg-lib
+ emacs-taxy
+ emacs-taxy-magit-section
+ emacs-ts))
+ (home-page "https://github.com/alphapapa/ement.el")
+ (synopsis "Matrix client for Emacs")
+ (description "Ement.el is a Matrix client for Emacs.")
+ (license license:gpl3+)))
(define-public emacs-rpm-spec-mode
(let ((commit "c1c38050c48ea330c7cea632b8785d66daeefb2b")
--
2.37.3
[Message part 3 (message/rfc822, inline)]
Hello,
Michael Rohleder <mike <at> rohleder.de> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.2.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 310 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.