gnu: emacs-ement: Update to 0.1.2.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2022-09-10 08:18:53 +02:00 committed by Nicolas Goaziou
parent a7b6de2a4b
commit ec661b2b83
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16545,33 +16545,31 @@ (define-public emacs-plz
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-ement (define-public emacs-ement
(let ((commit "02015eacf682b53baaddf26c8a4046e6ff84d4e8") (package
(revision "3")) (name "emacs-ement")
(package (version "0.1.2")
(name "emacs-ement") (source
(version (git-version "0.1-pre" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/alphapapa/ement.el")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/alphapapa/ement.el") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "0khp1x8rip6kddkb7d6y14z1505zhk1gdxiaw0m26ksa1rw852nr"))))
(sha256 (build-system emacs-build-system)
(base32 "0xnhhzl1si09l7lgh5smgpmxgbkzi8p68dykdgsawqa960w6n1ks")))) (arguments
(build-system emacs-build-system) `(#:emacs ,emacs)) ;need libxml support
(arguments (propagated-inputs
`(#:emacs ,emacs)) ;need libxml support (list emacs-plz
(propagated-inputs emacs-svg-lib
(list emacs-plz emacs-taxy
emacs-svg-lib emacs-taxy-magit-section
emacs-taxy emacs-ts))
emacs-taxy-magit-section (home-page "https://github.com/alphapapa/ement.el")
emacs-ts)) (synopsis "Matrix client for Emacs")
(home-page "https://github.com/alphapapa/ement.el") (description "Ement.el is a Matrix client for Emacs.")
(synopsis "Matrix client for Emacs") (license license:gpl3+)))
(description "Ement.el is a Matrix client for Emacs.")
(license license:gpl3+))))
(define-public emacs-rpm-spec-mode (define-public emacs-rpm-spec-mode
(let ((commit "c1c38050c48ea330c7cea632b8785d66daeefb2b") (let ((commit "c1c38050c48ea330c7cea632b8785d66daeefb2b")