rekahsoft-gnu/packages/emacs-xyz.scm: Correct emacs-helm-rg version

This commit is contained in:
Collin J. Doering 2020-12-29 17:10:03 -05:00
parent 4e6a4282cd
commit 4002a6bcef
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 2 deletions

View File

@ -532,7 +532,7 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(define-public emacs-helm-rg
(package
(name "emacs-helm-rg")
(version "0.1")
(version "ee0a3c09da0c843715344919400ab0a0190cc9dc")
(source (origin
(method git-fetch)
(uri (git-reference
@ -541,7 +541,7 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(file-name (git-file-name name version))
(sha256
(base32
"1k9yv9iw694alf5w7555ygk2i1b26i90rqq7ny63a4nd3y5cbs5f"))))
"0m4l894345n0zkbgl0ar4c93v8pyrhblk9zbrjrdr9cfz40bx2kd"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)