mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: julia-pdmats: Update to 0.11.1.
* gnu/packages/julia-xyz.scm (julia-pdmats): Update to 0.11.1.
This commit is contained in:
parent
f862cb7525
commit
a424ebdefc
1 changed files with 2 additions and 2 deletions
|
@ -2751,7 +2751,7 @@ (define-public julia-parsers
|
||||||
(define-public julia-pdmats
|
(define-public julia-pdmats
|
||||||
(package
|
(package
|
||||||
(name "julia-pdmats")
|
(name "julia-pdmats")
|
||||||
(version "0.11.0")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2760,7 +2760,7 @@ (define-public julia-pdmats
|
||||||
(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 "1gyhfjmb0qlqgx2398b356cph25bnpjagcslckv41bzyf8pg3ybl"))))
|
(base32 "0bc2gmpd30rkclvxyfnssjllp0pk63h0vvgr8862phm5ia83r8j0"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(home-page "https://github.com/JuliaStats/PDMats.jl")
|
(home-page "https://github.com/JuliaStats/PDMats.jl")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue