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:
Efraim Flashner 2024-01-22 12:16:38 +02:00
parent 194e453135
commit 639994711c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13461,20 +13461,17 @@ (define-public rust-copypasta-0.7
(define-public rust-cordic-0.1
(package
(name "rust-cordic")
(version "0.1.4")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "cordic" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"13zvqn6c8d8lp18p9ik10q100wfsyv2m2n4fca16laq3yw7r231m"))))
(base32 "1l0jfhm6kynv61bp9ncmi25bdib40d9pfcajl1gwkidqq1va3l0f"))))
(build-system cargo-build-system)
(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")
(synopsis "Special functions for fixed-point numbers using the CORDIC method")
(description "This package provides special functions for fixed-point