mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-fedi: Update to 0.2-0.8f0afbb.
* gnu/packages/emacs-xyz.scm (emacs-fedi): Update to 0.2-0.8f0afbb. Change-Id: If3dc772b4e4cea745def7851230dc6ea63eb519c Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7fe9d8e8ce
commit
4769e2df0a
1 changed files with 21 additions and 19 deletions
|
@ -36207,25 +36207,27 @@ federated microblogging social network.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-fedi
|
||||
(package
|
||||
(name "emacs-fedi")
|
||||
(version "0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/martianh/fedi.el")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0a5zq7axxh3khx6465s7ym9s7v2iw7ky9z486d0zg41k7926bm9d"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-markdown-mode))
|
||||
(home-page "https://codeberg.org/martianh/fedi.el")
|
||||
(synopsis "Library to make writing clients for APIs easier")
|
||||
(description "@code{fedi.el} is an Emacs library used by several fediverse
|
||||
frontend packages.")
|
||||
(license license:gpl3+)))
|
||||
(let ((commit "8f0afbb5cd264033f10ba58158a5e1f3737b16d4")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-fedi")
|
||||
(version (git-version "0.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/martianh/fedi.el")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0lmjqwq0nrimcqs3j9cadl2yz0nvg250vy2l6czg2648x6fdvcc6"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-markdown-mode))
|
||||
(home-page "https://codeberg.org/martianh/fedi.el")
|
||||
(synopsis "Library to make writing clients for APIs easier")
|
||||
(description "@code{fedi.el} is an Emacs library used by several
|
||||
fediverse frontend packages.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-ebdb
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue