1
Fork 0
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.14.

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

Change-Id: I37f1558e5c4aac9b1c2d746cddd0f8f9a60d722c
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Cayetano Santos 2025-07-07 10:34:47 +02:00 committed by jgart
parent 52d6e27aaf
commit d5afe6e3bb
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -38265,7 +38265,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
(define-public emacs-fj
(package
(name "emacs-fj")
(version "0.13")
(version "0.14")
(source
(origin
(method git-fetch)
@ -38274,7 +38274,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1wg4mlkzh15dyqr9qkwwl4xlhg2n48fi3qlbm4bwqxji9j5njkpf"))))
(base32 "01b9sfbwc012ki7ysf9fxg5mz4xmxqrdafzxsdzwj0c5xm1w8p07"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs (list emacs-fedi emacs-magit emacs-tp))