me
/
guix
Archived
1
0
Fork 0

gnu: rust-lexical-core-0.7: Update to 0.7.6.

* gnu/packages/crates-io.scm (rust-lexical-core-0.7): Update to 0.7.6.
master
Nicolas Goaziou 2021-06-15 12:44:53 +02:00
parent fce829d8fc
commit 7ca17ddda7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 13 additions and 13 deletions

View File

@ -22912,29 +22912,29 @@ requires non-const function calls to be computed.")
(define-public rust-lexical-core-0.7 (define-public rust-lexical-core-0.7
(package (package
(name "rust-lexical-core") (name "rust-lexical-core")
(version "0.7.4") (version "0.7.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "lexical-core" version)) (uri (crate-uri "lexical-core" version))
(file-name (file-name
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1zjzab1fnaw4kj6ixyrskp4dyz761gdcab07m4bkvlk1l4mcc1v6"))))
"05i6b69ay8xbxw88vx89vglb7xm5n8ky82hax7d5a7z60bdccrfv"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-arrayvec" ,rust-arrayvec-0.5) (("rust-arrayvec" ,rust-arrayvec-0.5)
("rust-bitflags" ,rust-bitflags-1) ("rust-bitflags" ,rust-bitflags-1)
("rust-cfg-if" ,rust-cfg-if-0.1) ("rust-cfg-if" ,rust-cfg-if-1)
("rust-dtoa" ,rust-dtoa-0.4) ("rust-dtoa" ,rust-dtoa-0.4)
("rust-libm" ,rust-libm-0.2)
("rust-ryu" ,rust-ryu-1) ("rust-ryu" ,rust-ryu-1)
("rust-static-assertions" ,rust-static-assertions-1)) ("rust-static-assertions" ,rust-static-assertions-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-approx" ,rust-approx-0.3) (("rust-approx" ,rust-approx-0.4)
("rust-proptest" ,rust-proptest-0.9) ("rust-proptest" ,rust-proptest-0.10)
("rust-quickcheck" ,rust-quickcheck-0.9)))) ("rust-quickcheck" ,rust-quickcheck-1))))
(home-page (home-page
"https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core") "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core")
(synopsis (synopsis