diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-12 11:59:47 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-12 11:59:47 +0200 |
commit | 7c151ff7fdf385519bc254273b2002c0976345e0 (patch) | |
tree | 1b2ef93270da7a467c55a7dac0752482397956f8 /gnu | |
parent | 2ba7641f3c867f79be853ae4ad79c1b4b679ed97 (diff) | |
download | guix-7c151ff7fdf385519bc254273b2002c0976345e0.tar guix-7c151ff7fdf385519bc254273b2002c0976345e0.tar.gz |
gnu: emacs-rust-mode: Update to 1.0.5.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9d479d93ab..4d3b2a1901 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22995,7 +22995,7 @@ docstring of the thing at point.") (define-public emacs-rust-mode (package (name "emacs-rust-mode") - (version "1.0.4") + (version "1.0.5") (source (origin (method git-fetch) @@ -23004,7 +23004,7 @@ docstring of the thing at point.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "10972zw2h1dijx08j5h7aa4d717vhrmahzkslisy3dk2gd8y2v0q")))) + (base32 "0sjhssxaqdd9mayfcjaf6pb0z4sv0xm5wjaqmk6wdmh543m2v1s8")))) (build-system emacs-build-system) (arguments `(#:tests? #false ;FIXME: phase fail with status 127 |