mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-fj: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.5. Change-Id: I8baa058f342bb0faf6e3718b2cc038f32b7c8448 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9c9e8f97b9
commit
e557df4a67
1 changed files with 20 additions and 21 deletions
|
@ -37196,27 +37196,26 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-fj
|
(define-public emacs-fj
|
||||||
(let ((commit "c2684eab1cdd745dbc5af6cd5abacd9822099662")
|
(package
|
||||||
(revision "0"))
|
(name "emacs-fj")
|
||||||
(package
|
(version "0.5")
|
||||||
(name "emacs-fj")
|
(source
|
||||||
(version (git-version "0.3" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://codeberg.org/martianh/fj.el")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://codeberg.org/martianh/fj.el")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "15mm40n9jpc5f3avjq6h17bsqzk7f3f256kh7rm0iqjfh3vlvkbd"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "05kx1h7r4g7x58k849m4h57a7lmcbhhm40qivn39mxfjx4ckn6n9"))))
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(build-system emacs-build-system)
|
(propagated-inputs (list emacs-fedi emacs-magit emacs-tp))
|
||||||
(propagated-inputs (list emacs-fedi emacs-magit emacs-tp))
|
(home-page "https://codeberg.org/martianh/fj.el")
|
||||||
(home-page "https://codeberg.org/martianh/fj.el")
|
(synopsis "Client for Forgejo instances")
|
||||||
(synopsis "Client for Forgejo instances")
|
(description
|
||||||
(description
|
"Fj contains basic functions for interacting with a Forgejo instance.")
|
||||||
"Fj contains basic functions for interacting with a Forgejo instance.")
|
(license license:gpl3+)))
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-ebdb-i18n-chn
|
(define-public emacs-ebdb-i18n-chn
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue