guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: randomjungle: Update homepage and sourc.


From: guix-commits
Subject: 01/01: gnu: randomjungle: Update homepage and sourc.
Date: Tue, 27 Nov 2018 03:43:05 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit df4c8434d49dba3fd9b96b97b7019cf456c7e548
Author: Björn Höfling <address@hidden>
Date:   Tue Nov 27 07:41:12 2018 +0100

    gnu: randomjungle: Update homepage and sourc.
    
    * gnu/packages/machine-learning.scm (randomjungle)[source]: Update URL.
    [homepage]: Update URL.
---
 gnu/packages/machine-learning.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 09c525f..a7df9dc 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2018 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2018 Fis Trivial <address@hidden>
 ;;; Copyright © 2018 Julien Lepiller <address@hidden>
+;;; Copyright © 2018 Björn Höfling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -331,8 +332,8 @@ algorithm.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://www.imbs-luebeck.de/imbs/sites/default/files/u59/";
-             "randomjungle-" version ".tar_.gz"))
+             "https://www.imbs.uni-luebeck.de/fileadmin/files/Software";
+             "/randomjungle/randomjungle-" version ".tar_.gz"))
        (sha256
         (base32
          "12c8rf30cla71swx2mf4ww9mfd8jbdw5lnxd7dxhyw1ygrvg6y4w"))))
@@ -359,7 +360,7 @@ algorithm.")
     ;; Non-portable assembly instructions are used so building fails on
     ;; platforms other than x86_64 or i686.
     (supported-systems '("x86_64-linux" "i686-linux"))
-    (home-page "http://www.imbs-luebeck.de/imbs/de/node/227/";)
+    (home-page 
"https://www.imbs.uni-luebeck.de/forschung/software/details.html#c224";)
     (synopsis "Implementation of the Random Forests machine learning method")
     (description
      "Random Jungle is an implementation of Random Forests.  It is supposed to



reply via email to

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