guix-commits
[Top][All Lists]
Advanced

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

32/188: gnu: rust-proc-macro2-1: Update to 1.0.21.


From: guix-commits
Subject: 32/188: gnu: rust-proc-macro2-1: Update to 1.0.21.
Date: Mon, 12 Oct 2020 02:24:41 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 61121235c969a86583f77f889565d11442eb3ffc
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Sep 15 23:03:23 2020 +0530

    gnu: rust-proc-macro2-1: Update to 1.0.21.
    
    * gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.21.
---
 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 7aa5ae3..941f789 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17274,7 +17274,7 @@ formatted tables in terminal.")
 (define-public rust-proc-macro2-1
   (package
     (name "rust-proc-macro2")
-    (version "1.0.10")
+    (version "1.0.21")
     (source
       (origin
         (method url-fetch)
@@ -17282,7 +17282,7 @@ formatted tables in terminal.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1qxbnl8i3a5b2nxb8kdxbq6kj3pd1ckhm35wm7z3jd7n5wlns96z"))))
+          "0b1azz1c2a3rap1kfz2sjinv7narfhssazaq39axvwwlvwb8bqin"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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