gnu: emacs-rust-mode: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.3.master
parent
ee2e023334
commit
4d57891027
|
@ -21587,7 +21587,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.1")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21596,7 +21596,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 "1chb3a97cwf1pkxn8cm3wc35gfh9k55l7khg7pklmx36isr3csjv"))))
|
(base32 "11fdxbv51anrjfdqqpgrqz2md9qkcn5y3524lzjippqi9i31lnjn"))))
|
||||||
(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