mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-rust-mode: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.4.
This commit is contained in:
parent
8fec31f7f8
commit
ef1b40a9ca
1 changed files with 2 additions and 2 deletions
|
@ -22263,7 +22263,7 @@ (define-public emacs-racer
|
||||||
(define-public emacs-rust-mode
|
(define-public emacs-rust-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-rust-mode")
|
(name "emacs-rust-mode")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22272,7 +22272,7 @@ (define-public emacs-rust-mode
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11fdxbv51anrjfdqqpgrqz2md9qkcn5y3524lzjippqi9i31lnjn"))))
|
(base32 "10972zw2h1dijx08j5h7aa4d717vhrmahzkslisy3dk2gd8y2v0q"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false ;FIXME: phase fail with status 127
|
`(#:tests? #false ;FIXME: phase fail with status 127
|
||||||
|
|
Loading…
Reference in a new issue