diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-07-20 11:12:31 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-07-21 10:33:59 +0200 |
commit | 5ff0edaee6942a21d20624aade41a228932fb372 (patch) | |
tree | e6b3975e6ffe5c525f0b268fc0c9f8781b17df96 /gnu-system.am | |
parent | 61ee4fdf05cf866c2c8b0d056104451e798d6567 (diff) | |
download | patches-5ff0edaee6942a21d20624aade41a228932fb372.tar patches-5ff0edaee6942a21d20624aade41a228932fb372.tar.gz |
gnu: julia: Update to 0.3.10.
* gnu/packages/julia.scm (julia): Update to 0.3.10.
* gnu/packages/patches/julia-0.3.10-fix-empty-array.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 6302d22377..62e791c299 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -476,6 +476,7 @@ dist_patch_DATA = \ gnu/packages/patches/icecat-libvpx-1.4.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jbig2dec-ignore-testtest.patch \ + gnu/packages/patches/julia-0.3.10-fix-empty-array.patch \ gnu/packages/patches/kmod-module-directory.patch \ gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch \ gnu/packages/patches/liba52-enable-pic.patch \ |