mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lem: Update to 0.23.
* gnu/packages/emacs-xyz.scm (emacs-lem): Update to 0.23. [propagated-inputs]: Remove duplicated emacs-fedi. Change-Id: I50aa826918417cff3ec7120296653eb64f05d8fc Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
36606c66db
commit
1f2853516f
1 changed files with 3 additions and 3 deletions
|
@ -3259,7 +3259,7 @@ prover, version 4.")
|
|||
(define-public emacs-lem
|
||||
(package
|
||||
(name "emacs-lem")
|
||||
(version "0.22")
|
||||
(version "0.23")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3269,14 +3269,14 @@ prover, version 4.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12g16gq9qawhlj92jgxr2l7xcc0ikvmwsygjcr3qyxy0bawynzr8"))))
|
||||
"0mi4s4zaq1dam6bnmxlyc22k0nh3wpgar8lwijd0fksylnwjzzwy"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; no tests
|
||||
#:lisp-directory "lisp"))
|
||||
(propagated-inputs
|
||||
(list emacs-fedi emacs-markdown-mode emacs-fedi))
|
||||
(list emacs-fedi emacs-markdown-mode))
|
||||
(home-page "https://codeberg.org/martianh/lem.el")
|
||||
(synopsis "Emacs client for Lemmy")
|
||||
(description "@code{lem.el} is an Emacs client for Lemmy, the federated link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue