gnu: julia-blockarrays: Update to 0.16.23.
* gnu/packages/julia-xyz.scm (julia-blockarrays): Update to 0.16.23. [native-inputs]: Remove julia-lazyarrays; add julia-aqua.
This commit is contained in:
parent
2c838a6fc7
commit
160974597e
1 changed files with 3 additions and 3 deletions
|
|
@ -527,7 +527,7 @@ and amino acids that are used ny otherBioJulia packages.")
|
||||||
(define-public julia-blockarrays
|
(define-public julia-blockarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-blockarrays")
|
(name "julia-blockarrays")
|
||||||
(version "0.16.8")
|
(version "0.16.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -536,7 +536,7 @@ and amino acids that are used ny otherBioJulia packages.")
|
||||||
(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 "1by26036fk9mawmcgqxpwizgbs398v9p6vrbsgg7h6llqn3q9iw1"))))
|
(base32 "14gby25ixbp9ha0y2aj4gnjkzha4c7v4y3sicicgbkysnq921qd0"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
@ -552,7 +552,7 @@ and amino acids that are used ny otherBioJulia packages.")
|
||||||
(list julia-arraylayouts
|
(list julia-arraylayouts
|
||||||
julia-fillarrays))
|
julia-fillarrays))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list julia-lazyarrays
|
(list julia-aqua
|
||||||
julia-offsetarrays
|
julia-offsetarrays
|
||||||
julia-staticarrays))
|
julia-staticarrays))
|
||||||
(home-page "https://github.com/JuliaArrays/BlockArrays.jl")
|
(home-page "https://github.com/JuliaArrays/BlockArrays.jl")
|
||||||
|
|
|
||||||
Reference in a new issue