guix-commits
[Top][All Lists]
Advanced

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

48/276: gnu: rust-proc-macro2-1: Update to 1.0.67.


From: guix-commits
Subject: 48/276: gnu: rust-proc-macro2-1: Update to 1.0.67.
Date: Wed, 18 Oct 2023 04:49:10 -0400 (EDT)

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

commit f9514b275529ccf8e44cfb4950a54d63a258801f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:35:45 2023 +0300

    gnu: rust-proc-macro2-1: Update to 1.0.67.
    
    * gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.67.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fe82ac5c4f..e4c86bdb95 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50224,7 +50224,7 @@ in your code.")
 (define-public rust-proc-macro2-1
   (package
     (name "rust-proc-macro2")
-    (version "1.0.64")
+    (version "1.0.67")
     (source
      (origin
        (method url-fetch)
@@ -50232,7 +50232,7 @@ in your code.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1nm7qw54jn9n0g1ygkw4f63vj90m241yih6ph3g6zx7irdi3p03q"))))
+         "0a0k7adv0yswsgzsqkd7r6ng8rpcdyqrhra5v5ii531y3agkshrx"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-test-flags '("--lib")



reply via email to

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