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


Message #50 received at 74743 <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 74743 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH rust-team v2 10/68] gnu: rust-bumpalo-3: Upgrade to v3.17.0.
Date: Tue, 18 Mar 2025 21:18:28 -0400
* gnu/packages/crates-io.scm (rust-bumpalo-3): Upgrade to v3.17.0.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f1f6ea1239..7f917e5dd3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9682,7 +9682,7 @@ (define-public rust-built-0.7
 (define-public rust-bumpalo-3
   (package
     (name "rust-bumpalo")
-    (version "3.16.0")
+    (version "3.17.0")
     (source
      (origin
        (method url-fetch)
@@ -9691,16 +9691,19 @@ (define-public rust-bumpalo-3
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-          "0b015qb4knwanbdlp1x48pkb4pm57b8gidbhhhxr900q2wb6fabr"))))
+          "1gxxsn2fsjmv03g8p3m749mczv2k4m8xspifs5l7bcx0vx3gna0n"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f                      ; Not all files included.
        #:cargo-inputs
-       (("rust-allocator-api2" ,rust-allocator-api2-0.2))
+       (("rust-allocator-api2" ,rust-allocator-api2-0.2)
+        ("rust-serde" ,rust-serde-1))
        #:cargo-development-inputs
        (("rust-criterion" ,rust-criterion-0.3)
         ("rust-quickcheck" ,rust-quickcheck-1)
-        ("rust-rand" ,rust-rand-0.8))))
+        ("rust-rand" ,rust-rand-0.8)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-serde-json" ,rust-serde-json-1))))
     (home-page "https://github.com/fitzgen/bumpalo")
     (synopsis "Fast bump allocation arena for Rust")
     (description
-- 
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.