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 | 831ce9b94e6204b1cbdcd1778c4f25d84d2ad565 (patch) | |
tree | df1d25b07edfb7a2dd8e73883a36ff5f66d20bb4 | |
parent | 230d77d9583a1060346339edd64ecb970f3ef903 (diff) |
gnu: julia-recipespipeline: Update to 0.3.4.
* gnu/packages/julia-xyz.scm (julia-recipespipeline): Update to 0.3.4.
-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 626a6cb19a..e9f707cb3e 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -3137,7 +3137,7 @@ more complex visualizations.") (define-public julia-recipespipeline (package (name "julia-recipespipeline") - (version "0.3.2") + (version "0.3.4") (source (origin (method git-fetch) @@ -3146,8 +3146,7 @@ more complex visualizations.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0wa342m2d9k4kihr6g9i0wpbsipp0n11kh9jmlw4pc5msmz4rxr0")))) + (base32 "0zq4bzxvq36zr0va6iip3x97mgq5b4fwza8avszx1ryfqm3lg1f7")))) (build-system julia-build-system) (arguments `(#:tests? #f)) ; Cycle with Plots.jl. |