guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: qt@4: Update source URI.


From: guix-commits
Subject: 01/02: gnu: qt@4: Update source URI.
Date: Wed, 22 Apr 2020 10:09:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 808d12bb0808ae6f8266f124c2cf62ef38153b48
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Apr 21 13:50:42 2020 +0200

    gnu: qt@4: Update source URI.
    
    * gnu/packages/qt.scm (qt-4)[source](uri): Adjust to current.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 9c517d0..c9ac750 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -149,7 +149,7 @@ system, and the core design of Django is reused in 
Grantlee.")
     (version "4.8.7")
     (source (origin
              (method url-fetch)
-             (uri (string-append 
"http://download.qt-project.org/official_releases/qt/";
+             (uri (string-append "http://download.qt-project.org/archive/qt/";
                                  (string-copy version 0 (string-rindex version 
#\.))
                                  "/" version
                                  "/qt-everywhere-opensource-src-"



reply via email to

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