diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-06 16:19:50 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-07 08:28:16 +0300 |
commit | 235456d601ccd6c993349ab8cecd8a3ac448eafd (patch) | |
tree | e0c49fca2f7a73b1400d7557858d6eaf94f6961a | |
parent | 443ad586ba6034ee34ec5496a7565358217370ac (diff) | |
download | guix-235456d601ccd6c993349ab8cecd8a3ac448eafd.tar.gz guix-235456d601ccd6c993349ab8cecd8a3ac448eafd.zip |
gnu: julia-plotutils: Update to 1.0.15.
* gnu/packages/julia-xyz.scm (julia-plotutils): Update to 1.0.15.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 2ec067c6bf..ef2fd75ace 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -3054,7 +3054,7 @@ actual computation.") (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 @@ actual computation.") (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) |