guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: java-forester-1.005: Update source URI.


From: guix-commits
Subject: 03/04: gnu: java-forester-1.005: Update source URI.
Date: Tue, 10 Mar 2020 18:35:31 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit ec11dcfe69adbacce2a30cb55cc2948d4e637f3a
Author: Björn Höfling <address@hidden>
AuthorDate: Mon Mar 9 23:01:14 2020 +0100

    gnu: java-forester-1.005: Update source URI.
    
    * gnu/packages/bioinformatics.scm (java-forester-1.005)[source]: Update URI.
    [native-inputs]: Wrap long line.
---
 gnu/packages/bioinformatics.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 035a7bb..54b8534 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2019 Maxim Cournoyer <address@hidden>
 ;;; Copyright © 2019 Brian Leung <address@hidden>
 ;;; Copyright © 2019 Brett Gilio <address@hidden>
+;;; Copyright © 2020 Björn Höfling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -12140,8 +12141,8 @@ reading, writing, and exporting phylogenetic trees.")
     (version "1.005")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://search.maven.org/remotecontent?";
-                                  "filepath=org/biojava/thirdparty/forester/"
+              (uri (string-append "https://repo1.maven.org/maven2/";
+                                  "org/biojava/thirdparty/forester/"
                                   version "/forester-" version "-sources.jar"))
               (file-name (string-append name "-" version ".jar"))
               (sha256
@@ -12217,7 +12218,8 @@ reading, writing, and exporting phylogenetic trees.")
            (method url-fetch)
            (uri (string-append 
"https://raw.githubusercontent.com/cmzmasek/forester/";
                                "29e04321615da6b35c1e15c60e52caf3f21d8e6a/"
-                               
"forester/java/classes/resources/synth_look_and_feel_1.xml"))
+                               "forester/java/classes/resources/"
+                               "synth_look_and_feel_1.xml"))
            (file-name (string-append name "-synth-look-and-feel-" version 
".xml"))
            (sha256
             (base32



reply via email to

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