diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:13:58 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:43:39 +0300 |
commit | b5df917439eb08605cd4a42c99a2bd3e5c975322 (patch) | |
tree | 960fa7be2702905636b7504c405cad646580bb16 | |
parent | f0398a070b831229b247240d7bef483697926c58 (diff) |
gnu: julia-blockbandedmatrices: Update to 0.10.7.
* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.10.7.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 933e876359..df3cd9bceb 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -319,7 +319,7 @@ access to the full matrix to use in in for example a linear solver.") (define-public julia-blockbandedmatrices (package (name "julia-blockbandedmatrices") - (version "0.10.6") + (version "0.10.7") (source (origin (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)))) (file-name (git-file-name name version)) (sha256 - (base32 "0q9ni4pgdkb00jb42fdzlhx745852xx2666vr96k0c4l0cn5mi0y")))) + (base32 "10n1r6kmmv2wa307jfg9y2m6p16j8hngjp3fjavpbdy1r5haasm9")))) (build-system julia-build-system) (propagated-inputs `(("julia-arraylayouts" ,julia-arraylayouts) |