GNU bug report logs - #77414
[PATCH] gnu: emacs-mastodon: Update to 2.0.0.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Mon, 31 Mar 2025 19:41:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77414 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#77414] [PATCH] gnu: emacs-mastodon: Update to 2.0.0.
Date: Mon, 31 Mar 2025 21:39:25 +0200
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.0.0.

Change-Id: I84fa2175d33767486760e4885d63098f41749452
---
 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 b5dc07acbb..d2ba75c42e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36987,7 +36987,7 @@ (define-public emacs-wc-mode
 (define-public emacs-mastodon
   (package
     (name "emacs-mastodon")
-    (version "1.1.12")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -36996,10 +36996,11 @@ (define-public emacs-mastodon
              (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.
@@ -37011,7 +37012,7 @@ (define-public emacs-mastodon
                                                   (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

base-commit: 5735c278e16517d9be5e26235fe68dea9bae3527
-- 
2.49.0





This bug report was last modified 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.