This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 47f43d6d8d gnu: emacs-fj: Update to 0.25.
47f43d6d8d is described below
commit 47f43d6d8d7d6b1d8a7cfd3130ce92ca35c59382
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Sep 13 14:59:42 2025 +0200
gnu: emacs-fj: Update to 0.25.
* gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.25.
Change-Id: Ib18991c6c8260483501cb375c0e5ea8ec59d2095
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 61c7222b21..226b0e0648 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38970,7 +38970,7 @@ Lisp's (relatively new) EIEIO object oriented
libraries.")
(define-public emacs-fj
(package
(name "emacs-fj")
- (version "0.22")
+ (version "0.25")
(source
(origin
(method git-fetch)
@@ -38979,9 +38979,9 @@ Lisp's (relatively new) EIEIO object oriented
libraries.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1a7s2z5jpf1zff23wlh8rrdy3hbrhg7p8ybraay9wy4qm00dzbbm"))))
+ (base32 "0jwr4kj6vkkijkjdngmw7l6c929rcxy3b86mfcjk8ahxf0xhcav5"))))
(build-system emacs-build-system)
- (arguments (list #:tests? #f)) ; no tests
+ (arguments (list #:tests? #f)) ;depends on exemplify-ert
(propagated-inputs (list emacs-fedi emacs-magit emacs-tp))
(home-page "https://codeberg.org/martianh/fj.el")
(synopsis "Client for Forgejo instances")