[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"))))
- branch kde-team updated (f1d40dcaba -> 7d234ff252), guix-commits, 2024/07/09
- 01/07: gnu: plasma-pass: Update to 1.2.2., guix-commits, 2024/07/09
- 04/07: gnu: nextcloud-client: Fix build., guix-commits, 2024/07/09
- 06/07: gnu: kwin: Skip flakey tests., guix-commits, 2024/07/09
- 07/07: gnu: Remove kross., guix-commits, 2024/07/09
- 02/07: gnu: Remove kjsembed., guix-commits, 2024/07/09
- 05/07: gnu: kqtquickcharts: Fix uri.,
guix-commits <=
- 03/07: gnu: Remove kmediaplayer., guix-commits, 2024/07/09