* [bug#44161] [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24.
@ 2020-10-23 1:16 André Batista
2020-10-27 8:25 ` bug#44161: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2020-10-23 1:16 UTC (permalink / raw)
To: 44161
[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #1.2: 0001-gnu-rust-proc-macro2-1-Update-to-1.0.24.patch --]
[-- Type: text/plain, Size: 1630 bytes --]
From 3a818fd84ba163c8c1fb5210f5d89c9150bf16fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@riseup.net>
Date: Thu, 22 Oct 2020 21:43:56 -0300
Subject: [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24.
To: guix-patches@gnu.org
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.24.
---
gnu/packages/crates-io.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 52080318fa..252993db8e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19591,7 +19591,7 @@ formatted tables in terminal.")
(define-public rust-proc-macro2-1
(package
(name "rust-proc-macro2")
- (version "1.0.21")
+ (version "1.0.24")
(source
(origin
(method url-fetch)
@@ -19599,10 +19599,11 @@ formatted tables in terminal.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "0b1azz1c2a3rap1kfz2sjinv7narfhssazaq39axvwwlvwb8bqin"))))
+ "0wcabxzrddcjmryndw8fpyxcq6rw63m701vx86xxf03y3bp081qy"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
+ `(#:cargo-test-flags '("--lib")
+ #:cargo-inputs
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
#:cargo-development-inputs
(("rust-quote" ,rust-quote-1))))
base-commit: ed9e50154b4f8490ded8f7667f4b9a7950545df6
prerequisite-patch-id: cae0581fa1bc839c32637fefeb5da089b828001f
prerequisite-patch-id: 65ef59e2871a7243c7d9bf2f5cb5682e0dc22836
--
2.28.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 841 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-27 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-23 1:16 [bug#44161] [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24 André Batista
2020-10-27 8:25 ` bug#44161: " Efraim Flashner
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).