1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: emacs-fedi: Update to 0.2-1.e53f4d6.

* gnu/packages/emacs-xyz.scm (emacs-fedi): Update to 0.2-1.e53f4d6.

Change-Id: I7622f02827da24b4df3c85dd9d37b9a28f2b391f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cayetano Santos 2025-04-08 09:57:26 +02:00 committed by Ludovic Courtès
parent accb75c33b
commit 9c9e8f97b9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -37151,8 +37151,8 @@ federated microblogging social network.")
(license license:gpl3+)))
(define-public emacs-fedi
(let ((commit "8f0afbb5cd264033f10ba58158a5e1f3737b16d4")
(revision "0"))
(let ((commit "e53f4d61cab19a4037f8594daaa247db4ca6c116")
(revision "1"))
(package
(name "emacs-fedi")
(version (git-version "0.2" revision commit))
@ -37164,8 +37164,9 @@ federated microblogging social network.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0lmjqwq0nrimcqs3j9cadl2yz0nvg250vy2l6czg2648x6fdvcc6"))))
(base32 "02z5nhv1hr9713b2blfymrb8hckss5ghhr07mjz572a8xdy3rqq8"))))
(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")