mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05: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:
parent
7c45ad2483
commit
d4037e781c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue