gnu: emacs-guix: Update to 0.3.3.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.3.3.
This commit is contained in:
parent
c64692a72d
commit
780162c797
|
@ -1367,7 +1367,7 @@ 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.3.2")
|
(version "0.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/alezost/guix.el"
|
(uri (string-append "https://github.com/alezost/guix.el"
|
||||||
|
@ -1375,7 +1375,7 @@ type, for example: packages, buffers, files, etc.")
|
||||||
"/emacs-guix-" version ".tar.gz"))
|
"/emacs-guix-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bffxlaq4w9yijl9prnfm26fisr2rd1whjg1yzvri1zl6zh9s0lk"))))
|
"0mjb2yb454389ds2kr5rkjkl21r78z4c0f88ivf4g471yzg279mc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue