mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-fj: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.9. Change-Id: Ied3ce84c5b829e9b740bce83e155354ec9c86448 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
7a3bf76d2c
commit
f69f1dad3f
1 changed files with 2 additions and 2 deletions
|
@ -38061,7 +38061,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
|
|||
(define-public emacs-fj
|
||||
(package
|
||||
(name "emacs-fj")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -38070,7 +38070,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ijl8vxrddx715fad83j9a4kip35r90klzx7sv2nd4pv3s8d359g"))))
|
||||
(base32 "121mwfw81bibwq055mz4m8h4yfvx646iymjkzgfnp4w7xlr6sm9k"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(propagated-inputs (list emacs-fedi emacs-magit emacs-tp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue