mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: emacs-fj: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.11. Change-Id: If0f184a0b18c790a4b685b4bfda3abafd5c08990 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
c21c7b1dd6
commit
b05f0c10c5
1 changed files with 2 additions and 2 deletions
|
@ -38086,7 +38086,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
|
|||
(define-public emacs-fj
|
||||
(package
|
||||
(name "emacs-fj")
|
||||
(version "0.9")
|
||||
(version "0.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -38095,7 +38095,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "121mwfw81bibwq055mz4m8h4yfvx646iymjkzgfnp4w7xlr6sm9k"))))
|
||||
(base32 "0gq2rj8casbdcpxpvbrgf7yyy46w6l3a3s75h031ik5zyykkrqj2"))))
|
||||
(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