me
/
guix
Archived
1
0
Fork 0

gnu: julia-blockbandedmatrices: Update to 0.10.7.

* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.10.7.
Efraim Flashner 2021-07-29 14:13:58 +03:00
parent f0398a070b
commit b5df917439
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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)