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:
Nicolas Goaziou 2021-11-02 12:35:27 +01:00
parent d170435400
commit 7aa1260d29
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21691,7 +21691,7 @@ (define-public emacs-racer
(define-public emacs-rust-mode
(package
(name "emacs-rust-mode")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method git-fetch)
@ -21700,7 +21700,7 @@ (define-public emacs-rust-mode
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "08gz7wq1las3bqqs8qhmhmncax4j6kjnyxpfzslby3b1dkclc7ig"))))
(base32 "1chb3a97cwf1pkxn8cm3wc35gfh9k55l7khg7pklmx36isr3csjv"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #false ;FIXME: phase fail with status 127