[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: rust-proc-macro2-1: Update to 1.0.43.
From: |
guix-commits |
Subject: |
02/12: gnu: rust-proc-macro2-1: Update to 1.0.43. |
Date: |
Thu, 1 Sep 2022 13:01:10 -0400 (EDT) |
rekado pushed a commit to branch rekados-rust-queue
in repository guix.
commit 2555dc9aca1871840752e61246bb662dbbde0476
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 1 17:31:01 2022 +0200
gnu: rust-proc-macro2-1: Update to 1.0.43.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.43.
[arguments]: Replace rust-unicode-xid with rust-unicode-ident.
[inputs]: Remove rust-unicode-xid.
[home-page]: Update to new home.
---
gnu/packages/crates-io.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5a27a40a61..f658b66f16 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45948,7 +45948,7 @@ in your code.")
(define-public rust-proc-macro2-1
(package
(name "rust-proc-macro2")
- (version "1.0.32")
+ (version "1.0.43")
(source
(origin
(method url-fetch)
@@ -45956,17 +45956,15 @@ in your code.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0hqbxlvhiaybakl1gai3mgps1dxsmxricxsr2rfdrh222z0qql5s"))))
+ "1avvpf4qki8mg2na60yr3afbsfl5p6vllac6516xgwy93g3a4b0a"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags '("--lib")
#:cargo-inputs
- (("rust-unicode-xid" ,rust-unicode-xid-0.2))
+ (("rust-unicode-ident" ,rust-unicode-ident-1))
#:cargo-development-inputs
(("rust-quote" ,rust-quote-1))))
- (inputs
- (list rust-unicode-xid-0.2))
- (home-page "https://github.com/alexcrichton/proc-macro2")
+ (home-page "https://github.com/dtolnay/proc-macro2")
(synopsis "Stable implementation of the upcoming new `proc_macro` API")
(description "This package provides a stable implementation of the
upcoming new
`proc_macro` API. Comes with an option, off by default, to also reimplement
itself
- branch rekados-rust-queue updated (a9136a590b -> 9b5add8082), guix-commits, 2022/09/01
- 02/12: gnu: rust-proc-macro2-1: Update to 1.0.43.,
guix-commits <=
- 04/12: gnu: Add rust-loom-0.5., guix-commits, 2022/09/01
- 01/12: gnu: Add rust-unicode-ident-1., guix-commits, 2022/09/01
- 06/12: gnu: rust-crossbeam-utils-0.8: Update to 0.8.11., guix-commits, 2022/09/01
- 08/12: gnu: Add rust-valuable-0.1., guix-commits, 2022/09/01
- 09/12: gnu: rust-tracing-core-0.1: Update to 0.1.29., guix-commits, 2022/09/01
- 12/12: gnu: rust-once-cell-1: Update to 1.13.0., guix-commits, 2022/09/01
- 11/12: gnu: rust-tracing-0.1: Update to 0.1.36., guix-commits, 2022/09/01
- 03/12: gnu: rust-syn-1: Update to 1.0.99., guix-commits, 2022/09/01
- 05/12: gnu: rust-async-trait-0.1: Update to 0.1.57., guix-commits, 2022/09/01
- 10/12: gnu: rust-tracing-attributes-0.1: Update to 0.1.22., guix-commits, 2022/09/01