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.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:
Cayetano Santos 2025-06-16 10:57:20 +02:00 committed by Ian Eure
parent c21c7b1dd6
commit b05f0c10c5
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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))