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 22421ac626 gnu: emacs-fj: Update to 0.17.
22421ac626 is described below

commit 22421ac626c9bea8d7b816c7fa2a845469697441
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Jul 22 11:42:00 2025 +0200

    gnu: emacs-fj: Update to 0.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.17.
    [source]: Fix indentation.
    
    Change-Id: Ie7fa4eb810ab33e5832867be76cea1a67c35a459
    Signed-off-by: Ian Eure <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c04ef71cde..181af1f4f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38549,16 +38549,16 @@ Lisp's (relatively new) EIEIO object oriented 
libraries.")
 (define-public emacs-fj
   (package
     (name "emacs-fj")
-    (version "0.16")
+    (version "0.17")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://codeberg.org/martianh/fj.el";)
-             (commit version)))
+              (url "https://codeberg.org/martianh/fj.el";)
+              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qjix6jdsq2zbxdz4gg2p4zcf70fshdcqm1kzplckqm2wvn0nrqg"))))
+        (base32 "0857h9pkzdmf2cgd3ss4q405n219gfdsfryp6w4mr0mp87dpgz84"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f)) ; no tests
     (propagated-inputs (list emacs-fedi emacs-magit emacs-tp))

Reply via email to