gnu: emacs-magit-todos: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.4.1.
This commit is contained in:
		
							parent
							
								
									9380968a8f
								
							
						
					
					
						commit
						273329d870
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
;;; Copyright © 2017 George Clemmer <myglc2@gmail.com>
 | 
			
		||||
;;; Copyright © 2017, 2018 Feng Shu <tumashu@163.com>
 | 
			
		||||
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
 | 
			
		||||
;;; Copyright © 2017, 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com>
 | 
			
		||||
;;; Copyright © 2017, 2018, 2019, 2020 Oleg Pykhalov <go.wigust@gmail.com>
 | 
			
		||||
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
 | 
			
		||||
;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
 | 
			
		||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue