GNU bug report logs - #74743
[PATCH 0/5] Assorted rust-* package upgrades

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Mon, 9 Dec 2024 04:22:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


View this message in rfc822 format

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 74743 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>, divya <at> subvertising.org, efraim <at> flashner.co.il, steve <at> futurile.net
Subject: [bug#74743] [PATCH rust-team v2 65/68] gnu: rust-napi-derive-2: Upgrade to v2.16.13.
Date: Tue, 18 Mar 2025 21:19:23 -0400
* gnu/packages/crates-io.scm (rust-napi-derive-2): Upgrade to v2.16.13.

Signed-off-by: Aaron Covrig <aaron.covrig.us <at> ieee.org>
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3cf412051d..dd36cf80da 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45285,14 +45285,14 @@ (define-public rust-napi-build-1
 (define-public rust-napi-derive-2
   (package
     (name "rust-napi-derive")
-    (version "2.15.0")
+    (version "2.16.13")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "napi-derive" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "056mmgqhqc4gmpql3j49r69lzsfywvp70j6nrpdg52lnw3dz08kn"))))
+        (base32 "035bp25a2zp5vvlcrk1jqfwlwpwx9d1h2dzi6iyky8mcv22jbgkw"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -45301,7 +45301,7 @@ (define-public rust-napi-derive-2
         ("rust-napi-derive-backend" ,rust-napi-derive-backend-1)
         ("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-1))))
+        ("rust-syn" ,rust-syn-2))))
     (home-page "https://github.com/napi-rs/napi-rs")
     (synopsis "N-API procedural macros")
     (description "This package provides N-API procedural macros.")
-- 
2.48.1





This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.