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.
This commit is contained in:
parent
24203f4c8b
commit
0d8da17c29
1 changed files with 6 additions and 2 deletions
|
@ -990,7 +990,7 @@ with.")
|
||||||
(define-public julia-colorvectorspace
|
(define-public julia-colorvectorspace
|
||||||
(package
|
(package
|
||||||
(name "julia-colorvectorspace")
|
(name "julia-colorvectorspace")
|
||||||
(version "0.9.7")
|
(version "0.9.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -999,10 +999,14 @@ with.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02gk7f5g5wjxdasbjf8bvv1m7clksh7mw1xmygjdirjz1q0d6dwi"))))
|
(base32 "07scws2bn2z3f2crhnx1zxk3zk3vzfv9iz6lv3i9785nplmsgdx9"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #f)) ; TODO: Reenable the test suite.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-colortypes
|
(list julia-colortypes
|
||||||
|
julia-fixedpointnumbers
|
||||||
julia-specialfunctions
|
julia-specialfunctions
|
||||||
julia-tensorcore))
|
julia-tensorcore))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue