guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b84cf55c217df18666d2fe713a15af8ad6c4a64e
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Mar 9 19:53:23 2026 +0100

    gnu: emacs-mastodon: Update to 2.0.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.0.12.
    [propagated-inputs]: Remove emacs-transient.
    
    Change-Id: I913e62f10e17196051f81576956974f3d0b2b134
---
 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 052ba08aa4..f74d7bfa38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40739,7 +40739,7 @@ time.")
 (define-public emacs-mastodon
   (package
     (name "emacs-mastodon")
-    (version "2.0.7")
+    (version "2.0.12")
     (source
      (origin
        (method git-fetch)
@@ -40748,7 +40748,7 @@ time.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yv9qvxbx1p62451mx6mbacy7a24pl91i778bwlgwfvkcyb0ihbp"))))
+        (base32 "0q02v1vizzj1r35b7b6cw185jjibhc6izj9ih4sm6c83l9yb99yh"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -40764,7 +40764,7 @@ time.")
                                                   (basename f)))
                                    el-files)))))))
     (propagated-inputs
-     (list emacs-persist emacs-tp emacs-transient))
+     (list emacs-persist emacs-tp))
     (home-page "https://codeberg.org/martianh/mastodon.el";)
     (synopsis "Emacs client for Mastodon")
     (description "@code{mastodon.el} is an Emacs client for Mastodon, the

Reply via email to