1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

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 @@ above over the network.")
(define-public emacs-helm-org-rifle (define-public emacs-helm-org-rifle
(package (package
(name "emacs-helm-org-rifle") (name "emacs-helm-org-rifle")
(version "1.7.0") (version "1.7.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -12226,7 +12226,7 @@ above over the network.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2")))) "0pm6va26kadjvbai4qsnjc2bk379w2nk6h3b5f0c2yv3q5na0p49"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)