gnu: julia-blockbandedmatrices: Update to 0.10.7.
* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.10.7.
parent
f0398a070b
commit
b5df917439
gnu/packages
|
@ -319,7 +319,7 @@ access to the full matrix to use in in for example a linear solver.")
|
||||||
(define-public julia-blockbandedmatrices
|
(define-public julia-blockbandedmatrices
|
||||||
(package
|
(package
|
||||||
(name "julia-blockbandedmatrices")
|
(name "julia-blockbandedmatrices")
|
||||||
(version "0.10.6")
|
(version "0.10.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -328,7 +328,7 @@ access to the full matrix to use in in for example a linear solver.")
|
||||||
(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 "0q9ni4pgdkb00jb42fdzlhx745852xx2666vr96k0c4l0cn5mi0y"))))
|
(base32 "10n1r6kmmv2wa307jfg9y2m6p16j8hngjp3fjavpbdy1r5haasm9"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-arraylayouts" ,julia-arraylayouts)
|
`(("julia-arraylayouts" ,julia-arraylayouts)
|
||||||
|
|
Reference in New Issue