mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ axes, allowing column names or interval selections.")
|
||||||
(define-public julia-bandedmatrices
|
(define-public julia-bandedmatrices
|
||||||
(package
|
(package
|
||||||
(name "julia-bandedmatrices")
|
(name "julia-bandedmatrices")
|
||||||
(version "0.16.9")
|
(version "0.16.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -245,7 +245,7 @@ axes, allowing column names or interval selections.")
|
||||||
(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 "105y5d3208s0byk3p0469sfy79lhjpdblk6karbwj8x7hl26na00"))))
|
(base32 "0rlfj9gr9ss621v5kw5b06206yaak21s2vq9vk7r8a7p2ylncism"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-arraylayouts" ,julia-arraylayouts)
|
`(("julia-arraylayouts" ,julia-arraylayouts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue