guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: julia: Update objconv input.


From: Marius Bakke
Subject: 01/10: gnu: julia: Update objconv input.
Date: Sun, 9 Sep 2018 11:04:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 81bf0fd0d4a7e78febb394576ea849285fc2d329
Author: Marius Bakke <address@hidden>
Date:   Tue Sep 4 18:53:13 2018 +0200

    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.
---
 gnu/packages/julia.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 39e2322..fb9b0ee 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -355,10 +355,12 @@
        ("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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]