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

* gnu/packages/emacs-xyz.scm (emacs-helm-org-rifle): Update to 1.7.1.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:41:09 +02:00
parent 7c45ad2483
commit d4037e781c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12216,7 +12216,7 @@ (define-public emacs-helm-system-packages
(define-public emacs-helm-org-rifle
(package
(name "emacs-helm-org-rifle")
(version "1.7.0")
(version "1.7.1")
(source
(origin
(method git-fetch)
@ -12226,7 +12226,7 @@ (define-public emacs-helm-org-rifle
(file-name (git-file-name name version))
(sha256
(base32
"058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2"))))
"0pm6va26kadjvbai4qsnjc2bk379w2nk6h3b5f0c2yv3q5na0p49"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)