diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:14:02 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:43:41 +0300 |
commit | 4a69ab16ec9ccd447c5b24593bd628c575791bc6 (patch) | |
tree | 79939a6b9905c5b2d21615db2efbc051730ae6ba /gnu/packages | |
parent | fa86b016624ecc174e885bca8568ec6c3000b5d5 (diff) |
gnu: julia-irtools: Update to 0.4.3.
* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.3.
Diffstat (limited to 'gnu/packages')
-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 e5f86367ca..2eda9ac4d9 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2151,7 +2151,7 @@ as a string together with the return value.") (define-public julia-irtools (package (name "julia-irtools") - (version "0.4.2") + (version "0.4.3") (source (origin (method git-fetch) @@ -2160,7 +2160,7 @@ as a string together with the return value.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0wwzy77jcdnffnd5fr6xan7162g4wydz67igrq82wflwnrhlcx5y")))) + (base32 "11334fcg2slpwcj0raxf457brhf7pxglgxc6cy8q58ggrpxqfqql")))) (arguments '(#:tests? #f)) ;require Documenter, not packaged yet (build-system julia-build-system) |