[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: emacs-rust-mode: Update to 0.5.0.
From: |
guix-commits |
Subject: |
10/10: gnu: emacs-rust-mode: Update to 0.5.0. |
Date: |
Wed, 28 Oct 2020 17:41:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3185884fa29379616679851c90eb084ad7107630
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 28 17:27:17 2020 +0100
gnu: emacs-rust-mode: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.5.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e08456c..0393cda 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18536,7 +18536,7 @@ docstring of the thing at point.")
(define-public emacs-rust-mode
(package
(name "emacs-rust-mode")
- (version "0.4.0")
+ (version "0.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -18545,7 +18545,7 @@ docstring of the thing at point.")
(file-name (git-file-name name version))
(sha256
(base32
- "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"))))
+ "1f3nnl0d7p9b5cv1bpm0hj898qmr2psxfvmqr61bh684z7fgc045"))))
(build-system emacs-build-system)
(arguments
`(#:phases
- branch master updated (f21ef94 -> 3185884), guix-commits, 2020/10/28
- 01/10: gnu: emacs-ivy-posframe: Update to 0.5.2., guix-commits, 2020/10/28
- 05/10: gnu: emacs-disable-mouse: Update to 0.3., guix-commits, 2020/10/28
- 02/10: gnu: emacs-company-posframe: Update to 0.1.0-2.4bfb8bc., guix-commits, 2020/10/28
- 03/10: gnu: emacs-posframe: Update to 0.8.2., guix-commits, 2020/10/28
- 04/10: gnu: emacs-evil-surround: Update to 1.1.1., guix-commits, 2020/10/28
- 07/10: gnu: emacs-pfuture: Update to 1.9., guix-commits, 2020/10/28
- 09/10: gnu: emacs-nix-mode: Update to 1.4.5., guix-commits, 2020/10/28
- 10/10: gnu: emacs-rust-mode: Update to 0.5.0.,
guix-commits <=
- 08/10: gnu: emacs-dockerfile-mode: Update to 1.3., guix-commits, 2020/10/28
- 06/10: gnu: emacs-evil-matchit: Update to 2.3.9., guix-commits, 2020/10/28