gnu: rust-libm-0.2: Update to 0.2.8.
* gnu/packages/crates-io.scm (rust-libm-0.2): Update to 0.2.8. Change-Id: I18e9dad2d7469e66807d1726979eda57215e269c
This commit is contained in:
parent
c9a268d82b
commit
6f167eb5f7
1 changed files with 7 additions and 10 deletions
|
@ -37666,25 +37666,22 @@ functions and static variables these libraries contain.")
|
||||||
(define-public rust-libm-0.2
|
(define-public rust-libm-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-libm")
|
(name "rust-libm")
|
||||||
(version "0.2.6")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "libm" version))
|
(uri (crate-uri "libm" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0n4hk1rs8pzw8hdfmwn96c4568s93kfxqgcqswr7sajd2diaihjf"))))
|
||||||
"1ywg7jfcgfv4jypxi3f6rpf7n9509ky695bfzy1fqhms7ymhi09l"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs (("rust-rand" ,rust-rand-0.6))
|
||||||
(("rust-rand" ,rust-rand-0.6))
|
#:cargo-development-inputs (("rust-no-panic" ,rust-no-panic-0.1))))
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-no-panic" ,rust-no-panic-0.1))))
|
|
||||||
(home-page "https://github.com/rust-lang/libm")
|
(home-page "https://github.com/rust-lang/libm")
|
||||||
(synopsis "Libm in pure Rust")
|
(synopsis "Libm in pure Rust")
|
||||||
(description "This package provides an implementation of libm in pure Rust.")
|
(description
|
||||||
|
"This package provides an implementation of libm in pure Rust.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-libm-0.1
|
(define-public rust-libm-0.1
|
||||||
|
|
Reference in a new issue