guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: kqtquickcharts: Fix uri.


From: guix-commits
Subject: 05/07: gnu: kqtquickcharts: Fix uri.
Date: Tue, 9 Jul 2024 14:28:27 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit e37b96e806d6a949876aabce3533c174cb0d696f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Jul 10 01:52:01 2024 +0800

    gnu: kqtquickcharts: Fix uri.
    
    * gnu/packages/education.scm (kqtquickcharts)[source]: Fix uri.
    
    Change-Id: Id8f002d2f6b3462650948cd65848de7678a386b1
---
 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 7db7404705..dc7cce620b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -685,7 +685,7 @@ language and very flexible regarding to new or unknown 
keyboard layouts.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
-                                  version "/kqtquickcharts-" version 
".tar.xz"))
+                                  version "/src/kqtquickcharts-" version 
".tar.xz"))
               (sha256
                (base32
                 "0b0nqg77lzfw6accfsr4yg9fgq78skryd1qwkqf1zijhq4h65708"))))



reply via email to

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