guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gcompris-qt: Use kde download mirror url.


From: guix-commits
Subject: branch master updated: gnu: gcompris-qt: Use kde download mirror url.
Date: Thu, 24 Mar 2022 14:56:21 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d1851d7880 gnu: gcompris-qt: Use kde download mirror url.
d1851d7880 is described below

commit d1851d7880603237f04a6f476d89692e9d10ede3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 24 12:16:31 2022 +0200

    gnu: gcompris-qt: Use kde download mirror url.
    
    * gnu/packages/education.scm (gcompris-qt)[source]: Use kde mirror url
    scheme.
---
 gnu/packages/education.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 71025bec79..213c8f717b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -152,7 +152,7 @@ of categories with some of the activities available in that 
category.
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-";
+             "mirror://kde/stable/gcompris/qt/src/gcompris-qt-"
              version ".tar.xz"))
        (sha256
         (base32 "0qncknaaf168anh4cjp7dqz6qzgx948kvgr32j2vga8mjakqn1aj"))))



reply via email to

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