gnu: emacs-helm-org-rifle: Update to 1.7.0.

* gnu/packages/emacs-xyz.scm (emacs-helm-org-rifle): Update to 1.7.0.
[inputs]: Add emacs-org.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Brian Leung 2019-08-10 00:06:41 +02:00 committed by Oleg Pykhalov
parent a212a54c02
commit de7f3dc7ee
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 3 additions and 2 deletions

View File

@ -7302,7 +7302,7 @@ above over the network.")
(define-public emacs-helm-org-rifle
(package
(name "emacs-helm-org-rifle")
(version "1.6.1")
(version "1.7.0")
(source
(origin
(method git-fetch)
@ -7312,12 +7312,13 @@ above over the network.")
(file-name (git-file-name name version))
(sha256
(base32
"1r38xhwvgbv6kn5x159phz3xgss7f1rc7icq27rnr4d8aj91wm6k"))))
"058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
("emacs-f" ,emacs-f)
("emacs-helm" ,emacs-helm)
("emacs-org" ,emacs-org)
("emacs-s" ,emacs-s)))
(home-page "https://github.com/alphapapa/helm-org-rifle")
(synopsis "Rifle through Org files")