diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-06-14 19:40:39 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-06-14 19:41:03 +0300 |
commit | 48bb6199474368ab3a85931ca94e28077c0760d4 (patch) | |
tree | 5a3e1f6ae5ad080be1f8861884ae502b6e5039dc | |
parent | d964f9d83adea61020a5a36cfc45d779f2e29d62 (diff) | |
download | guix-48bb6199474368ab3a85931ca94e28077c0760d4.tar.gz guix-48bb6199474368ab3a85931ca94e28077c0760d4.zip |
gnu: julia-scratch: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-scratch): Update to 1.1.0.
-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 7e8d3cf3f6..50effa43f4 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -3323,7 +3323,7 @@ a loadable module.") (define-public julia-scratch (package (name "julia-scratch") - (version "1.0.3") + (version "1.1.0") (source (origin (method git-fetch) @@ -3333,7 +3333,7 @@ a loadable module.") (file-name (git-file-name name version)) (sha256 (base32 - "06n0rc7grlg9igkdlrql83q0zpc97bh2hfzj5mw4spfik8ahw2aa")))) + "09xni9rrrax17fxjz04j1b48mk9ffww5rcbagh66jklr89mrkqhx")))) (build-system julia-build-system) (arguments `(#:tests? #f)) ; Test suite tries to access the Julia package registry. |