summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-10-25 08:51:41 +0530
committerSughosha <sughosha@disroot.org>2025-10-25 08:54:30 +0530
commitf753132c1b29a71578876b8467a3c8fddc4cfb64 (patch)
tree25c201633f59f55b13b9011707a242efa5966540 /gnu
parent05b65bc011f52ee4186f1165b71922fb80a308d8 (diff)
gnu: kalgebra: Update to 25.08.2.
* gnu/packages/kde-education.scm (kalgebra): Update to 25.08.2. [source]: Switch to url-fetch. Change-Id: Ic77e72dcce57b9d78f40f77aeb70443ae0b89240
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-education.scm12
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/kde-education.scm b/gnu/packages/kde-education.scm
index 4af26203cda..caf93f68d6c 100644
--- a/gnu/packages/kde-education.scm
+++ b/gnu/packages/kde-education.scm
@@ -172,16 +172,14 @@ Currently available boards include:
(define-public kalgebra
(package
(name "kalgebra")
- (version "25.08.1")
+ (version "25.08.2")
(source
(origin
- (method git-fetch)
- (uri (git-reference
- (url "https://invent.kde.org/education/kalgebra")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/"
+ version "/src/kalgebra-" version ".tar.xz"))
(sha256
- (base32 "00cryk135104pdid6sai763yxh6ghlzgg9rfi5qxlb0nidia0mgl"))))
+ (base32 "042gf5d9fb1gryx9lp94bdrz0zrndxnf1aifyjrv8vl7cpwv8212"))))
(build-system qt-build-system)
(arguments
(list