guix-commits
[Top][All Lists]
Advanced

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

21/25: gnu: rust-proc-macro2-1: Update to 1.0.76.


From: guix-commits
Subject: 21/25: gnu: rust-proc-macro2-1: Update to 1.0.76.
Date: Wed, 17 Jan 2024 13:49:47 -0500 (EST)

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

commit 2ba989a34d379d05ec9022174f92c14bed139326
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Jan 8 02:53:15 2024 +0100

    gnu: rust-proc-macro2-1: Update to 1.0.76.
    
    * gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.76.
    
    Change-Id: I4d4d1c31d28b7a1d5bd754edfe3516d16850484b
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e80da5adbe..4f47ef3ce8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52364,15 +52364,14 @@ in your code.")
 (define-public rust-proc-macro2-1
   (package
     (name "rust-proc-macro2")
-    (version "1.0.74")
+    (version "1.0.76")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "proc-macro2" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "1nynw3s8in1pz5l0mfk4bgbvszlxyk85nc5vs2lcxkqjy818bs9d"))))
+        (base32 "136cp0fgl6rg5ljm3b1xpc0bn0lyvagzzmxvbxgk5hxml36mdz4m"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-test-flags '("--lib")



reply via email to

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