me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-helm-org-rifle): Update to 1.7.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -12216,7 +12216,7 @@ above over the network.")
(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 @@ above over the network.")
(file-name (git-file-name name version))
(sha256
(base32
"058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2"))))
"0pm6va26kadjvbai4qsnjc2bk379w2nk6h3b5f0c2yv3q5na0p49"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)