mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: rust-cordic-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-cordic-0.1): Update to 0.1.5. [arguments]: Don't skip the build. Change-Id: Ief3a795a8f3604cffd811a17cd662ada86f667e0
This commit is contained in:
parent
194e453135
commit
639994711c
1 changed files with 4 additions and 7 deletions
|
@ -13461,20 +13461,17 @@ (define-public rust-copypasta-0.7
|
||||||
(define-public rust-cordic-0.1
|
(define-public rust-cordic-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-cordic")
|
(name "rust-cordic")
|
||||||
(version "0.1.4")
|
(version "0.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "cordic" version))
|
(uri (crate-uri "cordic" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1l0jfhm6kynv61bp9ncmi25bdib40d9pfcajl1gwkidqq1va3l0f"))))
|
||||||
"13zvqn6c8d8lp18p9ik10q100wfsyv2m2n4fca16laq3yw7r231m"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t ; rust-fixed fails to build
|
`(#:cargo-inputs (("rust-fixed" ,rust-fixed-1))))
|
||||||
#:cargo-inputs (("rust-fixed" ,rust-fixed-1))))
|
|
||||||
(home-page "https://github.com/sebcrozet/cordic")
|
(home-page "https://github.com/sebcrozet/cordic")
|
||||||
(synopsis "Special functions for fixed-point numbers using the CORDIC method")
|
(synopsis "Special functions for fixed-point numbers using the CORDIC method")
|
||||||
(description "This package provides special functions for fixed-point
|
(description "This package provides special functions for fixed-point
|
||||||
|
|
Loading…
Reference in a new issue