mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-magit-org-todos-el: Update to 0.1.2.
* gnu/packages/emacs-xyz.scm (emacs-magit-org-todos-el): Update to 0.1.2.
This commit is contained in:
parent
bad1e5697c
commit
1767b27dd6
1 changed files with 20 additions and 21 deletions
|
@ -17405,20 +17405,19 @@ Emacs.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-magit-org-todos-el
|
||||
(let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
|
||||
(package
|
||||
(name "emacs-magit-org-todos-el")
|
||||
(version (git-version "0.1.1" "1" commit))
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/danielma/magit-org-todos.el")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
|
||||
"07r5x256k1fjjxs1yfg41kc94nwvnjlk2vvknkra3j8v9p0j88m7"))))
|
||||
(propagated-inputs
|
||||
`(("magit" ,emacs-magit)))
|
||||
(build-system emacs-build-system)
|
||||
|
@ -17430,7 +17429,7 @@ magit status.
|
|||
If you have a @file{todo.org} file with @code{TODO} items in the root of your
|
||||
repository, @code{magit-org-todos} will create a section in your Magit status
|
||||
buffer with each of your todos.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-vcsh
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue