gnu: emacs-magit-todos: Update to 1.1.
* gnu/packages/emacs.scm (emacs-magit-todos): Update to 1.1.
This commit is contained in:
parent
475e16578f
commit
ac9e307740
|
@ -11741,21 +11741,19 @@ buffers – other modes on the TODO list).
|
|||
(license license:gpl3))))
|
||||
|
||||
(define-public emacs-magit-todos
|
||||
;; TODO: <1.1 is broken with Guix. Switch to 1.1 when out.
|
||||
(let ((commit "966642762788d335dc2d3667d230a36ede65972e"))
|
||||
(package
|
||||
(name "emacs-magit-todos")
|
||||
(version (git-version "1.0.4" "1" commit))
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/alphapapa/magit-todos")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nxarip8sf0446xfgrcfsjm4vbsg50klxjbr4i6h09a3lri03gyp"))))
|
||||
"1mvzbxshr6zjdim3jd368ar1hy5l7n22i03cpvzdmrw83kkwdyhd"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-async" ,emacs-async)
|
||||
|
@ -11771,7 +11769,7 @@ buffers – other modes on the TODO list).
|
|||
comments and Org files in the Magit status buffer. Activating an item jumps
|
||||
to it in its file. By default, it uses keywords from @code{hl-todo}, minus a
|
||||
few (like NOTE).")
|
||||
(license license:gpl3))))
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public emacs-git-annex
|
||||
;; Unreleased version has a fontification fix.
|
||||
|
|
Loading…
Reference in New Issue