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
|
||||
(package
|
||||
(name "emacs-rust-mode")
|
||||
(version "1.0.1")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21596,7 +21596,7 @@ docstring of the thing at point.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1chb3a97cwf1pkxn8cm3wc35gfh9k55l7khg7pklmx36isr3csjv"))))
|
||||
(base32 "11fdxbv51anrjfdqqpgrqz2md9qkcn5y3524lzjippqi9i31lnjn"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false ;FIXME: phase fail with status 127
|
||||
|
|
Reference in New Issue