mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-rust-mode: Update to 1.0.5.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.
This commit is contained in:
parent
2ba7641f3c
commit
7c151ff7fd
1 changed files with 2 additions and 2 deletions
|
@ -22995,7 +22995,7 @@ (define-public emacs-racer
|
|||
(define-public emacs-rust-mode
|
||||
(package
|
||||
(name "emacs-rust-mode")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23004,7 +23004,7 @@ (define-public emacs-rust-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10972zw2h1dijx08j5h7aa4d717vhrmahzkslisy3dk2gd8y2v0q"))))
|
||||
(base32 "0sjhssxaqdd9mayfcjaf6pb0z4sv0xm5wjaqmk6wdmh543m2v1s8"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false ;FIXME: phase fail with status 127
|
||||
|
|
Loading…
Reference in a new issue