[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/65: gnu: rust-dtoa-0.4: Update to 0.4.8.
From: |
guix-commits |
Subject: |
39/65: gnu: rust-dtoa-0.4: Update to 0.4.8. |
Date: |
Sun, 15 Jan 2023 04:32:54 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit 9d93267f39e0e379be0fe5cdf67aae061e6f3da2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 15 11:01:14 2023 +0200
gnu: rust-dtoa-0.4: Update to 0.4.8.
* gnu/packages/crates-io.scm (rust-dtoa-0.4): Update to 0.4.8.
[arguments]: Don't skip build.
---
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 f67fb29642..f2bcec1381 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18165,7 +18165,7 @@ Rust.")
(define-public rust-dtoa-0.4
(package
(name "rust-dtoa")
- (version "0.4.4")
+ (version "0.4.8")
(source
(origin
(method url-fetch)
@@ -18173,9 +18173,8 @@ Rust.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0phbm7i0dpn44gzi07683zxaicjap5064w62pidci4fhhciv8mza"))))
+ "1c5j0wz118dhrczx6spc5za7dnbfxablr4adyahg9aknrsc9i2an"))))
(build-system cargo-build-system)
- (arguments '(#:skip-build? #t))
(home-page "https://github.com/dtolnay/dtoa")
(synopsis "Fast functions for printing floating-point primitives")
(description "This crate provides fast functions for printing
- 61/65: gnu: rust-libm-0.2: Update to 0.2.6., (continued)
- 61/65: gnu: rust-libm-0.2: Update to 0.2.6., guix-commits, 2023/01/15
- 56/65: gnu: rust-string-cache-codegen-0.5: Update to 0.5.2., guix-commits, 2023/01/15
- 19/65: gnu: rust-serde-bytes-0.11: Update to 0.11.8., guix-commits, 2023/01/15
- 37/65: gnu: rust-data-url-0.1: Update to 0.1.1., guix-commits, 2023/01/15
- 47/65: gnu: rust-phf-0.10: Update to 0.10.1., guix-commits, 2023/01/15
- 13/65: gnu: rust-nom-6: Update to 6.2.1., guix-commits, 2023/01/15
- 50/65: gnu: rust-rand-core-0.6: Update to 0.6.4., guix-commits, 2023/01/15
- 54/65: gnu: rust-smallvec-1: Update to 1.10.0., guix-commits, 2023/01/15
- 29/65: gnu: rust-crossbeam-epoch-0.9: Update to 0.9.13., guix-commits, 2023/01/15
- 22/65: gnu: rust-serde-repr-0.1: Update to 0.1.10., guix-commits, 2023/01/15
- 39/65: gnu: rust-dtoa-0.4: Update to 0.4.8.,
guix-commits <=
- 34/65: gnu: rust-markup5ever-0.10: Update to 0.10.1., guix-commits, 2023/01/15
- 24/65: gnu: rust-serde-urlencoded-0.7: Update to 0.7.1., guix-commits, 2023/01/15
- 35/65: gnu: rust-rayon-1: Update to 1.6.1., guix-commits, 2023/01/15
- 38/65: gnu: rust-xml5ever-0.16: Update to 0.16.2., guix-commits, 2023/01/15
- 41/65: gnu: rust-either-1: Update to 1.8.0., guix-commits, 2023/01/15
- 48/65: gnu: rust-rand-0.8: Update to 0.8.5., guix-commits, 2023/01/15
- 53/65: gnu: rust-semver-1: Update to 1.0.16., guix-commits, 2023/01/15
- 60/65: gnu: rust-futf-0.1: Update to 0.1.5., guix-commits, 2023/01/15
- 65/65: gnu: rust-utf-8-0.7: Update to 0.7.6., guix-commits, 2023/01/15
- 57/65: gnu: rust-tendril-0.4: Update to 0.4.3., guix-commits, 2023/01/15