mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: emacs-rust-mode: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.6. Change-Id: I33c565c9835ce6ec08f4a3296d4d7d749038f63c Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
4053d1afc8
commit
0e2c312014
1 changed files with 2 additions and 2 deletions
|
@ -29164,7 +29164,7 @@ (define-public emacs-racer
|
|||
(define-public emacs-rust-mode
|
||||
(package
|
||||
(name "emacs-rust-mode")
|
||||
(version "1.0.5")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -29173,7 +29173,7 @@ (define-public emacs-rust-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0sjhssxaqdd9mayfcjaf6pb0z4sv0xm5wjaqmk6wdmh543m2v1s8"))))
|
||||
(base32 "14al12fh707flb9aqz8b70mbb3b7ah5anal4ch60q68m0zzas56i"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false ;FIXME: phase fail with status 127
|
||||
|
|
Loading…
Reference in a new issue