* [bug#72895] [PATCH] gnu: emacs-rust-mode: Update to 1.0.6.
@ 2024-08-31 1:34 Javier Olaechea
2024-09-04 14:35 ` bug#72895: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Javier Olaechea @ 2024-08-31 1:34 UTC (permalink / raw)
To: 72895
[-- Attachment #1.1: Type: text/plain, Size: 264 bytes --]
Hi,
attached is a patch to update emacs-rust-mode to its latest version 1.0.6,
which was tagged last week[0].
Cheers
[0]: https://github.com/rust-lang/rust-mode/releases/tag/1.0.6
--
"I object to doing things that computers can do." — Olin Shivers
[-- Attachment #1.2: Type: text/html, Size: 569 bytes --]
[-- Attachment #2: 0001-gnu-emacs-rust-mode-Update-to-1.0.6.patch --]
[-- Type: text/x-patch, Size: 1403 bytes --]
From 0c615f9a8c98f741cffe1858dbc6a36991f05b88 Mon Sep 17 00:00:00 2001
Message-ID: <0c615f9a8c98f741cffe1858dbc6a36991f05b88.1725067819.git.pirata@gmail.com>
From: Javier Olaechea <pirata@gmail.com>
Date: Fri, 30 Aug 2024 20:24:33 -0500
Subject: [PATCH] gnu: emacs-rust-mode: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.6.
Change-Id: I33c565c9835ce6ec08f4a3296d4d7d749038f63c
---
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 8205f0eaf0..dcca6663d4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29163,7 +29163,7 @@ (define-public emacs-racer
(define-public emacs-rust-mode
(package
(name "emacs-rust-mode")
- (version "1.0.5")
+ (version "1.0.6")
(source
(origin
(method git-fetch)
@@ -29172,7 +29172,7 @@ (define-public emacs-rust-mode
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0sjhssxaqdd9mayfcjaf6pb0z4sv0xm5wjaqmk6wdmh543m2v1s8"))))
+ (base32 "14al12fh707flb9aqz8b70mbb3b7ah5anal4ch60q68m0zzas56i"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #false ;FIXME: phase fail with status 127
base-commit: df14cacca9b95d69fdd3b6191e42df36af266bcd
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72895: [PATCH] gnu: emacs-rust-mode: Update to 1.0.6.
2024-08-31 1:34 [bug#72895] [PATCH] gnu: emacs-rust-mode: Update to 1.0.6 Javier Olaechea
@ 2024-09-04 14:35 ` jgart via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-09-04 14:35 UTC (permalink / raw)
To: 72895-done; +Cc: Javier Olaechea
Applied
--
all the best,
jgart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-04 14:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31 1:34 [bug#72895] [PATCH] gnu: emacs-rust-mode: Update to 1.0.6 Javier Olaechea
2024-09-04 14:35 ` bug#72895: " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.