guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/32: gnu: emacs-mastodon: Update to 1.0.18.


From: guix-commits
Subject: 20/32: gnu: emacs-mastodon: Update to 1.0.18.
Date: Sun, 17 Mar 2024 18:51:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2e0d21a02331e106381e4a7cef0bc94cbe25f260
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 23:03:32 2024 +0100

    gnu: emacs-mastodon: Update to 1.0.18.
    
    * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.18.
    
    Change-Id: Idffad92cad6d97655c5fad8a00dbf417a0398177
---
 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 08163bd595..029384668c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33771,7 +33771,7 @@ time.")
 (define-public emacs-mastodon
   (package
     (name "emacs-mastodon")
-    (version "1.0.14")
+    (version "1.0.18")
     (source
      (origin
        (method git-fetch)
@@ -33780,7 +33780,7 @@ time.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "151190hcafm0r8pi053lm7akjli3m55q676sa3i3fy9c0pc4bhz8"))))
+        (base32 "1l4arid01m5475wq4sy8j598ww13847sbpg9grl71r72rs83071w"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]