This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f0fc8abd3a gnu: kdevelop-pg-qt: Fix build.
f0fc8abd3a is described below
commit f0fc8abd3a2d2d69438109f50982e75464b7ec24
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 17:27:52 2025 +0530
gnu: kdevelop-pg-qt: Fix build.
* gnu/packages/kde-sdk.scm (kdevelop-pg-qt)[source]<uri>: Fix url.
Change-Id: I88b5f5a6c60b76774a0cc8a173ff512f71d7342c
---
gnu/packages/kde-sdk.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/kde-sdk.scm b/gnu/packages/kde-sdk.scm
index 5536cad1e6..f5f4d8c73f 100644
--- a/gnu/packages/kde-sdk.scm
+++ b/gnu/packages/kde-sdk.scm
@@ -154,7 +154,7 @@ Python, PHP, and Perl.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
+ (uri (string-append "mirror://kde/stable/kdevelop-pg-qt/" version
"/src/kdevelop-pg-qt-" version ".tar.xz"))
(sha256
(base32 "11mv4z8gi5bcsi3d3mhbjw392mg2wnzf667svhnsmmzmh8fbdgmc"))))