gnu: emacs-guix: Update to 0.5.1.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.
This commit is contained in:
parent
9a1ef44ec2
commit
1a1b54b5bd
|
@ -1745,14 +1745,14 @@ type, for example: packages, buffers, files, etc.")
|
||||||
(define-public emacs-guix
|
(define-public emacs-guix
|
||||||
(package
|
(package
|
||||||
(name "emacs-guix")
|
(name "emacs-guix")
|
||||||
(version "0.5")
|
(version "0.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://emacs-guix.gitlab.io/website/"
|
(uri (string-append "https://emacs-guix.gitlab.io/website/"
|
||||||
"releases/emacs-guix-" version ".tar.gz"))
|
"releases/emacs-guix-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09zxd8x674vrpigmcx8l00ifhaxh35xwkwjb8dw9kydnhv9hyyi1"))))
|
"1gwihi08pz52zbv11lhwcdzsbmcbqvjf8j0ic56543v7nlmywkxh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue