diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-31 15:54:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-11-01 04:32:35 +0100 |
commit | 2930a39b165ce9e13e899fe66b82c03932e0e86b (patch) | |
tree | e955ce63285956ce96ce7dfaf243f30872963058 | |
parent | c16913d34df610f5e1560ab8da953e32b3a4e7d7 (diff) | |
download | patches-2930a39b165ce9e13e899fe66b82c03932e0e86b.tar patches-2930a39b165ce9e13e899fe66b82c03932e0e86b.tar.gz |
gnu: julia: Update objconv input to 2018-10-07.
* gnu/packages/julia.scm (julia)[input]: Update objconf to 2018-10-07.
-rw-r--r-- | gnu/packages/julia.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index fb9b0eeedf..856bbc0eed 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -357,10 +357,10 @@ (method url-fetch) ;; No versioned URL, see <https://www.agner.org/optimize/> for updates. (uri "https://www.agner.org/optimize/objconv.zip") - (file-name "objconv-2018-08-15.zip") + (file-name "objconv-2018-10-07.zip") (sha256 (base32 - "09y4pwxfs6fl47cyingbf95i2rxx74wmycl9fd4ldcgvpx9bzdrx")))) + "0wp6ld9vk11f4nnkn56627zmlv9k5vafi99qa3yyn1pgcd61zcfs")))) ("dsfmt" ,(origin (method url-fetch) |