[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69048] [PATCH 06/32] gnu: rust-lexical-parse-float-0.8: Update to 0
From: |
Hartmut Goebel |
Subject: |
[bug#69048] [PATCH 06/32] gnu: rust-lexical-parse-float-0.8: Update to 0.8.5. |
Date: |
Sun, 11 Feb 2024 12:43:15 +0100 |
* gnu/packages/crates-io.scm (rust-lexical-parse-float-0.8): Update to 0.8.5.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 01c926fe56..02b4134a41 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40579,14 +40579,14 @@ (define-public rust-lexical-core-0.7
(define-public rust-lexical-parse-float-0.8
(package
(name "rust-lexical-parse-float")
- (version "0.8.2")
+ (version "0.8.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "lexical-parse-float" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "03mzjx8k2jzv2vbl1xb589p9zfs5i2m23vcmm6fjsxps0k86dl5l"))))
+ (base32 "0py0gp8hlzcrlvjqmqlpl2v1as65iiqxq2xsabxvhc01pmg3lfv8"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
--
2.41.0
- [bug#69048] [PATCH 23/32] gnu: Add rust-pyo3-build-config-0.20., (continued)
- [bug#69048] [PATCH 23/32] gnu: Add rust-pyo3-build-config-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 15/32] gnu: Add rust-idna-0.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 28/32] gnu: Add python-annotated-types., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 12/32] gnu: Add rust-codspeed-2., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 31/32] gnu: python-typing-extensions: Update to 4.9.0., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 20/32] gnu: Add rust-speedate-0.13., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 07/32] gnu: rust-lexical-parse-integer-0.8: Update to 0.8.6., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 16/32] gnu: Add rust-iso8601-0.3., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 24/32] gnu: Add rust-pyo3-ffi-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 05/32] gnu: rust-lexical-core-0.8: Update to 0.8.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 06/32] gnu: rust-lexical-parse-float-0.8: Update to 0.8.5.,
Hartmut Goebel <=
- [bug#69048] [PATCH 19/32] gnu: Add rust-strum-macros-0.25., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 11/32] gnu: rust-python3-dll-a-0.2: Update to 0.2.9., Hartmut Goebel, 2024/02/11
- bug#69048: [PATCH 00/32] Add python-pydantic v2 and required rust and python packages, Efraim Flashner, 2024/02/11