guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/154: gnu: rust-cordic-0.1: Update to 0.1.5.


From: guix-commits
Subject: 08/154: gnu: rust-cordic-0.1: Update to 0.1.5.
Date: Mon, 22 Jan 2024 15:36:30 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit b2cc14f2ed70e560fcd3b5d4534199c6d4e92373
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 12:16:38 2024 +0200

    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
---
 gnu/packages/crates-io.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 57d7bfc845..edf3d3e5ca 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13461,20 +13461,17 @@ contents of the OS-level clipboard.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]