mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: julia-bson: Update to 0.3.6.
* gnu/packages/julia-xyz.scm (julia-bson): Update to 0.3.6.
This commit is contained in:
parent
4c66bcdf47
commit
2f63589b9b
1 changed files with 2 additions and 2 deletions
|
@ -601,7 +601,7 @@ A @code{BlockBandedMatrix} is a subtype of @code{BlockMatrix} of
|
||||||
(define-public julia-bson
|
(define-public julia-bson
|
||||||
(package
|
(package
|
||||||
(name "julia-bson")
|
(name "julia-bson")
|
||||||
(version "0.3.3")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -610,7 +610,7 @@ A @code{BlockBandedMatrix} is a subtype of @code{BlockMatrix} of
|
||||||
(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 "1l5608ma2ys7v2gpcqbiv9mwfc6yrlqkihrfx1pf7fgv5llhd4fn"))))
|
(base32 "1accra3casg66fhn5r07hz3rgs7qf9ld9ajnz8f80aid85zyp891"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list julia-dataframes))
|
(list julia-dataframes))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue