mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: julia-statsbase: Update to 0.33.10.
* gnu/packages/julia-xyz.scm (julia-statsbase): Update to 0.33.10.
This commit is contained in:
parent
ec7e7f0033
commit
7d0a263846
1 changed files with 2 additions and 2 deletions
|
@ -5198,7 +5198,7 @@ (define-public julia-statsapi
|
|||
(define-public julia-statsbase
|
||||
(package
|
||||
(name "julia-statsbase")
|
||||
(version "0.33.8")
|
||||
(version "0.33.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5207,7 +5207,7 @@ (define-public julia-statsbase
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02y4pm5yvg713a2pn970bbcfkrn2h133rxbxk1da18svhqw3czhi"))))
|
||||
(base32 "0pjsn531zdz3s34pa418pvyqvrx8nbcc8j0fgwfnadssihqah6g7"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-dataapi
|
||||
|
|
Loading…
Reference in a new issue