[PATCH] gnu: emacs-rust-mode: Update to 0.4.0.

  • Done
  • quality assurance status badge
Details
4 participants
  • Brian Leung
  • Brett Gilio
  • Ludovic Courtès
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

B
B
Brett Gilio wrote on 20 Mar 2019 15:05
(address . guix-patches@gnu.org)
87h8bxcibt.fsf@posteo.net
From 51d44ab89ebf4e04f0c70574bf20d9b62532b59e Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Wed, 20 Mar 2019 17:02:04 -0500
Subject: [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.

* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0.
---
gnu/packages/emacs-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9969c7968..916381841 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12202,13 +12202,11 @@ files. It focuses on highlighting the document to improve readability.")
(define-public emacs-rust-mode
(let ((commit
- ;; Last release is old (2016), use more recent commit to get bug
- ;; fixes.
- "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
+ "106aeab800fb3404baf231845d3e3549ec235afa")
(revision "0"))
(package
(name "emacs-rust-mode")
- (version (git-version "0.3.0" revision commit))
+ (version (git-version "0.4.0" revision commit))
(source (origin
(method git-fetch)
(uri
@@ -12218,7 +12216,7 @@ files. It focuses on highlighting the document to improve readability.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
+ "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"))))
(build-system emacs-build-system)
(arguments
`(#:phases
--
2.21.0
R
R
Ricardo Wurmus wrote on 21 Mar 2019 01:39
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34928@debbugs.gnu.org)
874l7w8vu9.fsf@elephly.net
Hi Brett,

Toggle quote (40 lines)
> From 51d44ab89ebf4e04f0c70574bf20d9b62532b59e Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Wed, 20 Mar 2019 17:02:04 -0500
> Subject: [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.
>
> * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0.
> ---
> gnu/packages/emacs-xyz.scm | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9969c7968..916381841 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -12202,13 +12202,11 @@ files. It focuses on highlighting the document to improve readability.")
>
> (define-public emacs-rust-mode
> (let ((commit
> - ;; Last release is old (2016), use more recent commit to get bug
> - ;; fixes.
> - "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
> + "106aeab800fb3404baf231845d3e3549ec235afa")
> (revision "0"))
> (package
> (name "emacs-rust-mode")
> - (version (git-version "0.3.0" revision commit))
> + (version (git-version "0.4.0" revision commit))
> (source (origin
> (method git-fetch)
> (uri
> @@ -12218,7 +12216,7 @@ files. It focuses on highlighting the document to improve readability.")
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
> + "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"))))
> (build-system emacs-build-system)
> (arguments
> `(#:phases

I would prefer to remove the let binding of “commit” and “revision”,
to replace the value of the “version” field with just “0.4.0”, and to
replace the git-fetch commit with “version”.

--
Ricardo
L
L
Ludovic Courtès wrote on 10 Apr 2019 07:55
control message for bug #34928
(address . control@debbugs.gnu.org)
87r2a9di59.fsf@gnu.org
tags 34928 moreinfo
B
B
Brian Leung wrote on 24 Sep 2019 00:11
close emacs-rust-mode patch
CAAc=MEy0dVGR387YJH0MYU5zqEaLQjwQan5KXfiPcv6L7i49rw@mail.gmail.com
Merged, thanks!
Attachment: file
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34928@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34928
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch