guix-commits
[Top][All Lists]
Advanced

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

41/57: gnu: julia-colorvectorspace: Update to 0.9.9.


From: guix-commits
Subject: 41/57: gnu: julia-colorvectorspace: Update to 0.9.9.
Date: Wed, 21 Dec 2022 12:41:25 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 0d8da17c29249eec535fd6ea311e22202229ddd7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 14 11:58:45 2022 +0200

    gnu: julia-colorvectorspace: Update to 0.9.9.
    
    * gnu/packages/julia-xyz.scm (julia-colorvectorspace): Update to 0.9.9.
    [arguments]: Skip tests.
    [propagated-inputs]: Add julia-fixedpointnumbers.
---
 gnu/packages/julia-xyz.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index f642a6816e..2f29df20b8 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -990,7 +990,7 @@ with.")
 (define-public julia-colorvectorspace
   (package
     (name "julia-colorvectorspace")
-    (version "0.9.7")
+    (version "0.9.9")
     (source
       (origin
         (method git-fetch)
@@ -999,10 +999,14 @@ with.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "02gk7f5g5wjxdasbjf8bvv1m7clksh7mw1xmygjdirjz1q0d6dwi"))))
+         (base32 "07scws2bn2z3f2crhnx1zxk3zk3vzfv9iz6lv3i9785nplmsgdx9"))))
     (build-system julia-build-system)
+    (arguments
+     (list
+       #:tests? #f))    ; TODO: Reenable the test suite.
     (propagated-inputs
      (list julia-colortypes
+           julia-fixedpointnumbers
            julia-specialfunctions
            julia-tensorcore))
     (native-inputs



reply via email to

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