guix-commits
[Top][All Lists]
Advanced

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

28/63: gnu: rust-interpolate-name-0.2: Update to 0.2.4.


From: guix-commits
Subject: 28/63: gnu: rust-interpolate-name-0.2: Update to 0.2.4.
Date: Thu, 8 Feb 2024 14:09:35 -0500 (EST)

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

commit 3594628eddf9c7194667fb852a218e7075adffb1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 8 10:25:19 2024 +0200

    gnu: rust-interpolate-name-0.2: Update to 0.2.4.
    
    * gnu/packages/crates-io.scm (rust-interpolate-name-0.2): Update to
    0.2.4.
    [arguments]: Don't skip the build.
    [cargo-inputs]: Replace rust-syn-1 with 2.
    
    Change-Id: Icab1dffd0f0cc40f1b07a63fed23814cccbbe58e
---
 gnu/packages/crates-io.scm | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e95e1426a6..26b5a169da 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29722,23 +29722,20 @@ bytestring representations.")
 (define-public rust-interpolate-name-0.2
   (package
     (name "rust-interpolate-name")
-    (version "0.2.3")
+    (version "0.2.4")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "interpolate_name" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32
-          "05vzsiqb69d1mbpaphcg4ifjsjs6g03b8pacskfcydqhh555zcxl"))))
+         (base32 "0q7s5mrfkx4p56dl8q9zq71y1ysdj4shh6f28qf9gly35l21jj63"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-proc-macro2" ,rust-proc-macro2-1)
-        ("rust-syn" ,rust-syn-1)
-        ("rust-quote" ,rust-quote-1))))
+        ("rust-quote" ,rust-quote-1)
+        ("rust-syn" ,rust-syn-2))))
     (home-page "https://github.com/lu-zero/interpolate_name";)
     (synopsis "Simple procedural macro attribute for repetitive tests")
     (description



reply via email to

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