diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-05-18 20:34:17 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-05-18 20:34:17 +0300 |
commit | 23d19ad7356f582b9a535ef141d49a714f192f47 (patch) | |
tree | 8573028a6dc65e0eb2edfbf5553f7ce9457a958d /gnu | |
parent | 3beb0b806d33f78d0efe0c892c82ac8181598eaa (diff) | |
download | guix-23d19ad7356f582b9a535ef141d49a714f192f47.tar.gz |
gnu: julia-jllwrappers: Update to 1.3.0.
* gnu/packages/julia-xyz.scm (julia-jllwrappers): Update to 1.3.0.
Diffstat (limited to 'gnu')
-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 f52880ec17..f3db0c8b87 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -862,7 +862,7 @@ Cassette.") (define-public julia-jllwrappers (package (name "julia-jllwrappers") - (version "1.2.0") + (version "1.3.0") (source (origin (method git-fetch) @@ -871,7 +871,7 @@ Cassette.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1sj3mi2dcc13apqfpy401wic5n0pgbck1p98b2g3zw0mln9s83m4")))) + (base32 "0v7xhsv9z16d657yp47vgc86ggc01i1wigqh3n0d7i1s84z7xa0h")))) (arguments ;; Wants to download stuff '(#:tests? #f |