all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66648] [PATCH] gnu: emacs-mastodon: update to 1.0.12
@ 2023-10-20 11:15 marty hiatt
  2023-10-29 23:28 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: marty hiatt @ 2023-10-20 11:15 UTC (permalink / raw)
  To: 66648

* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.12
---

(this is my first attempt to send a patch, apols if errors.
git send-email not working for me (sigh), so i'm having a go w tb.
just bumping version of mastodon.el (i'm the maintainer)

m.

---
  gnu/packages/emacs-xyz.scm | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 659e96600e..3a9969d5a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32832,7 +32832,7 @@ (define-public emacs-wc-mode
  (define-public emacs-mastodon
    (package
      (name "emacs-mastodon")
-    (version "1.0.6")
+    (version "1.0.12")
      (source
       (origin
         (method git-fetch)
@@ -32841,7 +32841,7 @@ (define-public emacs-mastodon
               (commit version)))
         (file-name (git-file-name name version))
         (sha256
-        (base32 "1z5lmzxhindxa0f6qi6z361k9smqcz68alr6w6jbmwg279qmk8jj"))))
+        (base32 "1rlp6jb3408wq915i0v6z5vlp6w5f8nq4hsyb10c0xv7s0f7cn4x"))))
      (build-system emacs-build-system)
      (arguments
       (list
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-30 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-20 11:15 [bug#66648] [PATCH] gnu: emacs-mastodon: update to 1.0.12 marty hiatt
2023-10-29 23:28 ` Ludovic Courtès
2023-10-30  9:12   ` martianhiatus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.