guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-magit-todos: Update to 1.4.1.


From: guix-commits
Subject: 01/01: gnu: emacs-magit-todos: Update to 1.4.1.
Date: Wed, 1 Jan 2020 08:12:06 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 273329d8701461b2cc1a36faec41b507d1ac6a84
Author: Oleg Pykhalov <address@hidden>
Date:   Wed Jan 1 15:49:08 2020 +0300

    gnu: emacs-magit-todos: Update to 1.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.4.1.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8362ce6..67f9517 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26,7 +26,7 @@
 ;;; Copyright © 2017 George Clemmer <address@hidden>
 ;;; Copyright © 2017, 2018 Feng Shu <address@hidden>
 ;;; Copyright © 2017 Jan Nieuwenhuizen <address@hidden>
-;;; Copyright © 2017, 2018, 2019 Oleg Pykhalov <address@hidden>
+;;; Copyright © 2017, 2018, 2019, 2020 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2017 Mekeor Melire <address@hidden>
 ;;; Copyright © 2017 Peter Mikkelsen <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
@@ -16238,7 +16238,7 @@ buffers – other modes on the TODO list).
 (define-public emacs-magit-todos
   (package
     (name "emacs-magit-todos")
-    (version "1.4")
+    (version "1.4.1")
     (source
      (origin
        (method git-fetch)
@@ -16248,7 +16248,7 @@ buffers – other modes on the TODO list).
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09pjb4k409gc0h51vb5az1shx02c1hx8cnvhi529n7dm4maildg5"))))
+         "1rcl6j53yabxqk3jzgaxvm3wqq7rayf1hdib2v2fapw5b0layym6"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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