unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34928] [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.
@ 2019-03-20 22:05 Brett Gilio
  2019-03-21  8:39 ` Ricardo Wurmus
  2019-09-24  7:11 ` bug#34928: close emacs-rust-mode patch Brian Leung
  0 siblings, 2 replies; 3+ messages in thread
From: Brett Gilio @ 2019-03-20 22:05 UTC (permalink / raw)
  To: 34928

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: emacs-rust-mode: Update to 0.4.0. --]
[-- Type: text/x-patch, Size: 1601 bytes --]

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
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#34928] [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.
  2019-03-20 22:05 [bug#34928] [PATCH] gnu: emacs-rust-mode: Update to 0.4.0 Brett Gilio
@ 2019-03-21  8:39 ` Ricardo Wurmus
  2019-09-24  7:11 ` bug#34928: close emacs-rust-mode patch Brian Leung
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2019-03-21  8:39 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34928


Hi Brett,

> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#34928: close emacs-rust-mode patch
  2019-03-20 22:05 [bug#34928] [PATCH] gnu: emacs-rust-mode: Update to 0.4.0 Brett Gilio
  2019-03-21  8:39 ` Ricardo Wurmus
@ 2019-09-24  7:11 ` Brian Leung
  1 sibling, 0 replies; 3+ messages in thread
From: Brian Leung @ 2019-09-24  7:11 UTC (permalink / raw)
  To: 34928-done, brettg

[-- Attachment #1: Type: text/plain, Size: 16 bytes --]

Merged, thanks!

[-- Attachment #2: Type: text/html, Size: 37 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-24  7:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 22:05 [bug#34928] [PATCH] gnu: emacs-rust-mode: Update to 0.4.0 Brett Gilio
2019-03-21  8:39 ` Ricardo Wurmus
2019-09-24  7:11 ` bug#34928: close emacs-rust-mode patch Brian Leung

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).