mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia-bandedmatrices: Update to 0.16.10.
* gnu/packages/julia-xyz.scm (julia-bandedmatrices): Update to 0.16.10.
This commit is contained in:
parent
af3699492e
commit
5d45f7b1d5
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ (define-public julia-axisarrays
|
|||
(define-public julia-bandedmatrices
|
||||
(package
|
||||
(name "julia-bandedmatrices")
|
||||
(version "0.16.9")
|
||||
(version "0.16.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -245,7 +245,7 @@ (define-public julia-bandedmatrices
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "105y5d3208s0byk3p0469sfy79lhjpdblk6karbwj8x7hl26na00"))))
|
||||
(base32 "0rlfj9gr9ss621v5kw5b06206yaak21s2vq9vk7r8a7p2ylncism"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-arraylayouts" ,julia-arraylayouts)
|
||||
|
|
Loading…
Reference in a new issue