guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-magit-todos: Update to 1.5.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-magit-todos: Update to 1.5.3.
Date: Wed, 17 Feb 2021 08:56:14 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0ca8092  gnu: emacs-magit-todos: Update to 1.5.3.
0ca8092 is described below

commit 0ca8092399f5b7238dd5d191af02682ad85e4187
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:55:48 2021 +0100

    gnu: emacs-magit-todos: Update to 1.5.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.5.3.
---
 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 bd57201..003a82d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19879,7 +19879,7 @@ buffers – other modes on the TODO list).
 (define-public emacs-magit-todos
   (package
     (name "emacs-magit-todos")
-    (version "1.4.1")
+    (version "1.5.3")
     (source
      (origin
        (method git-fetch)
@@ -19889,7 +19889,7 @@ buffers – other modes on the TODO list).
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1rcl6j53yabxqk3jzgaxvm3wqq7rayf1hdib2v2fapw5b0layym6"))))
+         "12ay02vk6bk77k33mhlqi41m03a77y80b15rj1dbh1n6jfrjwkfy"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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