mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia: Update objconv input.
* gnu/packages/julia.scm (julia)[inputs]: Update the hash of "objconv", which does not have a stable URL. Add a file name and use HTTPS while at it.
This commit is contained in:
parent
b64e67ad40
commit
81bf0fd0d4
1 changed files with 4 additions and 2 deletions
|
@ -355,10 +355,12 @@ (define-public julia
|
|||
("objconv"
|
||||
,(origin
|
||||
(method url-fetch)
|
||||
(uri "http://www.agner.org/optimize/objconv.zip")
|
||||
;; 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")
|
||||
(sha256
|
||||
(base32
|
||||
"1fi7qa2sd9vb35dvkgripjf0fayzg2qmff215f8agfqfiwd1g8qs"))))
|
||||
"09y4pwxfs6fl47cyingbf95i2rxx74wmycl9fd4ldcgvpx9bzdrx"))))
|
||||
("dsfmt"
|
||||
,(origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue