guix-commits
[Top][All Lists]
Advanced

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

20/330: gnu: rust-proc-macro2-1: Update to 1.0.79.


From: guix-commits
Subject: 20/330: gnu: rust-proc-macro2-1: Update to 1.0.79.
Date: Mon, 18 Mar 2024 07:14:58 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit d472859ee3e6b2a558cd0bc92172d3843842d6e2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 14 10:58:49 2024 +0200

    gnu: rust-proc-macro2-1: Update to 1.0.79.
    
    * gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.79.
    [cargo-development-inputs]: Add rust-flate2-1, rust-rayon-1,
    rust-tar-0.4.
    
    Change-Id: Id38d3fddbedd0b57f567847cfdaa9192e7aeefcb
---
 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 5b249bdcf2..fcf128f577 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49909,22 +49909,25 @@ in your code.")
 (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



reply via email to

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