This is an automated email from the git hooks/post-receive script.

ieure pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3933e3f8d3 gnu: emacs-mastodon: Update to 2.0.0.
3933e3f8d3 is described below

commit 3933e3f8d32d4656790df36d9bf8e321f1219d65
Author: Cayetano Santos <csant...@inventati.org>
AuthorDate: Mon Mar 31 21:39:25 2025 +0200

    gnu: emacs-mastodon: Update to 2.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.0.0.
    
    Change-Id: I84fa2175d33767486760e4885d63098f41749452
    Signed-off-by: Ian Eure <i...@retrospec.tv>
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 76802ebc8f..afcd2cad1b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36990,7 +36990,7 @@ time.")
 (define-public emacs-mastodon
   (package
     (name "emacs-mastodon")
-    (version "1.1.12")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -36999,10 +36999,11 @@ time.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wc3y3pwg9xc27fa6xc2bcv809rxcbjy372r998wl95a81apx32g"))))
+        (base32 "1j4n6ipiahxk6v84dnsrcpzaqsd4v9q2mviqkznm189cp98h6zxk"))))
     (build-system emacs-build-system)
     (arguments
      (list
+      #:tests? #f ; requires cask
       #:phases #~(modify-phases %standard-phases
                    ;; Move the source files to the top level, which is
                    ;; included in the EMACSLOADPATH.
@@ -37014,7 +37015,7 @@ time.")
                                                   (basename f)))
                                    el-files)))))))
     (propagated-inputs
-     (list emacs-persist emacs-request emacs-tp emacs-transient))
+     (list emacs-persist emacs-tp emacs-transient))
     (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