Skip to content
Snippets Groups Projects
Unverified Commit f5dd0f5a authored by Alex Kost's avatar Alex Kost
Browse files

gnu: emacs-guix: Update to 0.5.2.

* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2.
parent 15c06ad0
No related branches found
No related tags found
No related merge requests found
...@@ -2073,14 +2073,14 @@ (define-public emacs-bui ...@@ -2073,14 +2073,14 @@ (define-public emacs-bui
(define-public emacs-guix (define-public emacs-guix
(package (package
(name "emacs-guix") (name "emacs-guix")
(version "0.5.1.1") (version "0.5.2")
(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
"1gxg7lan3njc2yg2d02b2zij0d2cm2pv2q08nqz86s85jk3b6m03")))) "0yz64c0z4ygi2k4af18k4r1ncgys18jb8icywkp2g5pgmpn5l7ps"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment