mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: julia-fillarrays: Update to 0.13.6.
* gnu/packages/julia-xyz.scm (julia-fillarrays): Update to 0.13.6. [propagated-inputs]: Add julia-aqua.
This commit is contained in:
parent
70d9a31717
commit
5b99829b55
1 changed files with 4 additions and 2 deletions
|
@ -1915,7 +1915,7 @@ (define-public julia-filepathsbase
|
||||||
(define-public julia-fillarrays
|
(define-public julia-fillarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-fillarrays")
|
(name "julia-fillarrays")
|
||||||
(version "0.12.6")
|
(version "0.13.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1924,8 +1924,10 @@ (define-public julia-fillarrays
|
||||||
(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 "1sx96pzrgyh8k7x2w8vmyi6cazlmp7rg1n7wbl47qfzqjggka6kz"))))
|
(base32 "1c4i8awmw9qq8dqfhxwjh76mc1nlmzrl5j754fpnbajv8p49gdv5"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list julia-aqua))
|
||||||
(inputs ;required by tests
|
(inputs ;required by tests
|
||||||
(list julia-staticarrays))
|
(list julia-staticarrays))
|
||||||
(home-page "https://github.com/JuliaArrays/FillArrays.jl")
|
(home-page "https://github.com/JuliaArrays/FillArrays.jl")
|
||||||
|
|
Loading…
Reference in a new issue