gnu: emacs-rust-mode: Update to 1.0.5.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.master
parent
2ba7641f3c
commit
7c151ff7fd
|
@ -22995,7 +22995,7 @@ docstring of the thing at point.")
|
||||||
(define-public emacs-rust-mode
|
(define-public emacs-rust-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-rust-mode")
|
(name "emacs-rust-mode")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23004,7 +23004,7 @@ docstring of the thing at point.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10972zw2h1dijx08j5h7aa4d717vhrmahzkslisy3dk2gd8y2v0q"))))
|
(base32 "0sjhssxaqdd9mayfcjaf6pb0z4sv0xm5wjaqmk6wdmh543m2v1s8"))))
|
||||||
(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
|
||||||
|
|
Reference in New Issue