1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: emacs-fj: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.6.

Change-Id: Ia3505f9f6ce2aa50c3d87dbc30d062effee4a013
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cayetano Santos 2025-04-10 11:45:19 +02:00 committed by Ludovic Courtès
parent 661bfd5459
commit 1300d15763
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -37196,7 +37196,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
(define-public emacs-fj (define-public emacs-fj
(package (package
(name "emacs-fj") (name "emacs-fj")
(version "0.5") (version "0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -37205,7 +37205,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "15mm40n9jpc5f3avjq6h17bsqzk7f3f256kh7rm0iqjfh3vlvkbd")))) (base32 "1j4gl8wf9l9pnhz12b0ij2piz02ql23r8c7d3226yb7bsp4b3vdd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests (arguments (list #:tests? #f)) ; no tests
(propagated-inputs (list emacs-fedi emacs-magit emacs-tp)) (propagated-inputs (list emacs-fedi emacs-magit emacs-tp))