me
/
guix
Archived
1
0
Fork 0

gnu: julia-blockbandedmatrices: Update to 0.11.9.

* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.11.9.
Efraim Flashner 2022-12-14 19:32:21 +02:00
parent 1ebdd56b95
commit 611d7427eb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -577,7 +577,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.7") (version "0.11.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -586,7 +586,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 "10n1r6kmmv2wa307jfg9y2m6p16j8hngjp3fjavpbdy1r5haasm9")))) (base32 "1qag5awl8cmsyhpajv6llhpqbzxfii1bacppbjvmb1fqs9s0lifd"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs (propagated-inputs
(list julia-arraylayouts (list julia-arraylayouts