gnu: emacs-rust-mode: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.1.
This commit is contained in:
parent
d170435400
commit
7aa1260d29
@ -21691,7 +21691,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.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -21700,7 +21700,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 "08gz7wq1las3bqqs8qhmhmncax4j6kjnyxpfzslby3b1dkclc7ig"))))
|
(base32 "1chb3a97cwf1pkxn8cm3wc35gfh9k55l7khg7pklmx36isr3csjv"))))
|
||||||
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user