guix-commits
[Top][All Lists]
Advanced

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

37/53: gnu: emacs-mastodon: Update to 1.0.14.


From: guix-commits
Subject: 37/53: gnu: emacs-mastodon: Update to 1.0.14.
Date: Thu, 22 Feb 2024 10:19:02 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 4f410196c9bdfb3b171ead16149473c861f1ea67
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 14:44:48 2024 +0100

    gnu: emacs-mastodon: Update to 1.0.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.14.
    
    Change-Id: Ia3b07dfcdeec3186bde321f614a254416915e36d
---
 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 e535544267..fe37036431 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33648,7 +33648,7 @@ time.")
 (define-public emacs-mastodon
   (package
     (name "emacs-mastodon")
-    (version "1.0.13")
+    (version "1.0.14")
     (source
      (origin
        (method git-fetch)
@@ -33657,7 +33657,7 @@ time.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "143wmg9jhdi79y1gdi0y9xxpp8vyn7qbhvaysq1sf7g1h0jskxc2"))))
+        (base32 "151190hcafm0r8pi053lm7akjli3m55q676sa3i3fy9c0pc4bhz8"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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