guix-commits
[Top][All Lists]
Advanced

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

85/416: gnu: rust-proc-macro2: Update to 1.0.47.


From: guix-commits
Subject: 85/416: gnu: rust-proc-macro2: Update to 1.0.47.
Date: Fri, 14 Apr 2023 15:25:24 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 3e024b461ae78e43ca6930cfba61e5f69d8f625e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Dec 4 00:03:31 2022 +0100

    gnu: rust-proc-macro2: Update to 1.0.47.
    
    * gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.47.
---
 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 910e0c9bae..936c408945 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42962,7 +42962,7 @@ in your code.")
 (define-public rust-proc-macro2-1
   (package
     (name "rust-proc-macro2")
-    (version "1.0.43")
+    (version "1.0.47")
     (source
       (origin
         (method url-fetch)
@@ -42970,7 +42970,7 @@ in your code.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1avvpf4qki8mg2na60yr3afbsfl5p6vllac6516xgwy93g3a4b0a"))))
+          "09g7alc7mlbycsadfh7lwskr1qfxbiic9qp9z751cqz3n04dk8sy"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-test-flags '("--lib")



reply via email to

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