mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia-plotutils: Update to 1.0.15.
* gnu/packages/julia-xyz.scm (julia-plotutils): Update to 1.0.15.
This commit is contained in:
parent
443ad586ba
commit
235456d601
1 changed files with 2 additions and 2 deletions
|
@ -3054,7 +3054,7 @@ (define-public julia-plotthemes
|
|||
(define-public julia-plotutils
|
||||
(package
|
||||
(name "julia-plotutils")
|
||||
(version "1.0.11")
|
||||
(version "1.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3063,7 +3063,7 @@ (define-public julia-plotutils
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pqd3yvs3w48sr50c8rcqk5pzvpdy9nf4kimcvyz9dvwc3jgh6rd"))))
|
||||
(base32 "12aw5gkkcfhpczv2w510k65w1j0hjnh825ihimi223v8plsi5105"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-colors" ,julia-colors)
|
||||
|
|
Loading…
Reference in a new issue