diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:14:04 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:43:42 +0300 |
commit | 230d77d9583a1060346339edd64ecb970f3ef903 (patch) | |
tree | dee9daa402a2ac1b64a3c26400d21edb7f92ea6d /gnu | |
parent | c2305209c27e564ed888a54f0fb62ba82da718d1 (diff) | |
download | guix-230d77d9583a1060346339edd64ecb970f3ef903.tar.gz guix-230d77d9583a1060346339edd64ecb970f3ef903.zip |
gnu: julia-plotutils: Update to 1.0.11.
* gnu/packages/julia-xyz.scm (julia-plotutils): Update to 1.0.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 6821052dc7..626a6cb19a 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2855,7 +2855,7 @@ actual computation.") (define-public julia-plotutils (package (name "julia-plotutils") - (version "1.0.10") + (version "1.0.11") (source (origin (method git-fetch) @@ -2864,8 +2864,7 @@ actual computation.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "1jimdkp590g7s33w7i431nn7mp1phjy9gdjs88zyqsmq5hxldacg")))) + (base32 "0pqd3yvs3w48sr50c8rcqk5pzvpdy9nf4kimcvyz9dvwc3jgh6rd")))) (build-system julia-build-system) (propagated-inputs `(("julia-colors" ,julia-colors) |