mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-public julia-colortypes
|
|||
(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 @@ (define-public julia-colorvectorspace
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue