me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2022-12-14 11:58:45 +02:00
parent 24203f4c8b
commit 0d8da17c29
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 2 deletions

View File

@ -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