From 79107cc710f94423cce2d1dc43f6d0fe37d59623 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 2 Jan 2024 21:04:03 +0200 Subject: [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.74. * gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.74. Change-Id: I924c8370708752842e491245a5d5e6ce58bcffdf --- gnu/packages/crates-io.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e64ad3dccd..4e1c97f91f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -52297,7 +52297,7 @@ in your code.") (define-public rust-proc-macro2-1 (package (name "rust-proc-macro2") - (version "1.0.67") + (version "1.0.74") (source (origin (method url-fetch) @@ -52305,7 +52305,7 @@ in your code.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0a0k7adv0yswsgzsqkd7r6ng8rpcdyqrhra5v5ii531y3agkshrx")))) + "1nynw3s8in1pz5l0mfk4bgbvszlxyk85nc5vs2lcxkqjy818bs9d")))) (build-system cargo-build-system) (arguments `(#:cargo-test-flags '("--lib") @@ -52314,8 +52314,6 @@ in your code.") #:cargo-development-inputs (("rust-quote" ,rust-quote-1) ("rust-rustversion" ,rust-rustversion-1)))) - ;; This is necessary for downstream packages such as rust-wayland-scanner - (inputs (list rust-unicode-ident-1)) (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