guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 424b1c0c3f0d6dec78c832be898286a735e871e9
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Mar 9 19:42:04 2026 +0100

    gnu: emacs-fedi: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-fedi): Update to 0.3.
    
    Change-Id: Id28f481db1dcab9cdffb21987cb0b23b343a0016
---
 gnu/packages/emacs-xyz.scm | 41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dbed2a2010..718a7134fc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40805,29 +40805,26 @@ a decentralized social network that runs on an Org 
Mode file over HTTP.")
     (license license:gpl3+)))
 
 (define-public emacs-fedi
-  ;; One year since last tagged release.
-  (let ((commit "62aea20f11161d2665180498e79aade7e5f5a114")
-        (revision "3"))
-    (package
-      (name "emacs-fedi")
-      (version (git-version "0.2" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://codeberg.org/martianh/fedi.el";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "1s2i6fgw3682h173mx287zjh8w1nsw9jykjkkmx1qjqwgg0hxpzz"))))
-      (build-system emacs-build-system)
-      (arguments (list #:tests? #f)) ; no tests
-      (propagated-inputs (list emacs-markdown-mode))
-      (home-page "https://codeberg.org/martianh/fedi.el";)
-      (synopsis "Library to make writing clients for APIs easier")
-      (description "@code{fedi.el} is an Emacs library used by several
+  (package
+    (name "emacs-fedi")
+    (version "0.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://codeberg.org/martianh/fedi.el";)
+              (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0ldag8659nqphc2isw1n3xv8dqf468ppwf1q10zn03sdj4dc1i11"))))
+    (build-system emacs-build-system)
+    (arguments (list #:tests? #f)) ; no tests
+    (propagated-inputs (list emacs-markdown-mode))
+    (home-page "https://codeberg.org/martianh/fedi.el";)
+    (synopsis "Library to make writing clients for APIs easier")
+    (description "@code{fedi.el} is an Emacs library used by several
   fediverse frontend packages.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-ebdb
   (package

Reply via email to