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
|
||||
(package
|
||||
(name "emacs-rust-mode")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22272,7 +22272,7 @@ (define-public emacs-rust-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11fdxbv51anrjfdqqpgrqz2md9qkcn5y3524lzjippqi9i31lnjn"))))
|
||||
(base32 "10972zw2h1dijx08j5h7aa4d717vhrmahzkslisy3dk2gd8y2v0q"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false ;FIXME: phase fail with status 127
|
||||
|
|
Loading…
Reference in a new issue