guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70146] [PATCH 135/147] gnu: rust-proc-macro2-1: Update to 1.0.79.


From: Jean-Pierre De Jesus DIAZ
Subject: [bug#70146] [PATCH 135/147] gnu: rust-proc-macro2-1: Update to 1.0.79.
Date: Tue, 2 Apr 2024 18:05:27 +0200

* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.79.

Change-Id: Ia26e2250139fc4c09fd456a6acce1280210cc548
---
 gnu/packages/crates-io.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 213320e143..a2bb6ea941 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50715,22 +50715,25 @@ (define-public rust-proc-macro-nested-0.1
 (define-public rust-proc-macro2-1
   (package
     (name "rust-proc-macro2")
-    (version "1.0.76")
+    (version "1.0.79")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "proc-macro2" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "136cp0fgl6rg5ljm3b1xpc0bn0lyvagzzmxvbxgk5hxml36mdz4m"))))
+        (base32 "0bn004ybzdqid81cqppr5c9jrvqsxv50x60sxc41cwpmk0igydg8"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-test-flags '("--lib")
        #:cargo-inputs
        (("rust-unicode-ident" ,rust-unicode-ident-1))
        #:cargo-development-inputs
-       (("rust-quote" ,rust-quote-1)
-        ("rust-rustversion" ,rust-rustversion-1))))
+       (("rust-flate2" ,rust-flate2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-rayon" ,rust-rayon-1)
+        ("rust-rustversion" ,rust-rustversion-1)
+        ("rust-tar" ,rust-tar-0.4))))
     (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
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]