mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: julia-blockbandedmatrices: Update to 0.11.9.
* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.11.9.
This commit is contained in:
parent
1ebdd56b95
commit
611d7427eb
1 changed files with 2 additions and 2 deletions
|
@ -577,7 +577,7 @@ (define-public julia-blockarrays
|
|||
(define-public julia-blockbandedmatrices
|
||||
(package
|
||||
(name "julia-blockbandedmatrices")
|
||||
(version "0.10.7")
|
||||
(version "0.11.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -586,7 +586,7 @@ (define-public julia-blockbandedmatrices
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10n1r6kmmv2wa307jfg9y2m6p16j8hngjp3fjavpbdy1r5haasm9"))))
|
||||
(base32 "1qag5awl8cmsyhpajv6llhpqbzxfii1bacppbjvmb1fqs9s0lifd"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-arraylayouts
|
||||
|
|
Loading…
Reference in a new issue