guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6b17c505beed0c1fba15e8958e0f3939fcb0155b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Jul 11 00:00:47 2026 +0200
gnu: fet: Update to 7.9.1.
* gnu/packages/education.scm (fet): Update to 7.9.1.
[source, home-page]: Drop “www.” prefix.
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #9862
---
gnu/packages/education.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 7560f49613..b172da2d07 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -447,16 +447,16 @@ a pen-tablet display and a beamer.")
(define-public fet
(package
(name "fet")
- (version "7.5.4")
+ (version "7.9.1")
(source
(origin
(method url-fetch)
- (uri (let ((directory "https://www.lalescu.ro/liviu/fet/download/")
- (base (string-append "fet-" version ".tar.bz2")))
+ (uri (let ((directory "https://lalescu.ro/liviu/fet/download/")
+ (base (string-append "fet-" version ".tar.xz")))
(list (string-append directory base)
(string-append directory "old/" base))))
(sha256
- (base32 "0vjjvr9vs3vxncrikchmk60qa99d5wyxja6b3p46vgfaziv1nj31"))))
+ (base32 "0c0vcdv1llzx9pp6lddssqcv24d107fm2zriphb9i7hbn9xpmj30"))))
(build-system gnu-build-system)
(arguments
(list
@@ -473,7 +473,7 @@ a pen-tablet display and a beamer.")
(lambda _ (invoke "qmake" "fet.pro"))))))
(inputs
(list qtbase))
- (home-page "https://www.lalescu.ro/liviu/fet/")
+ (home-page "https://lalescu.ro/liviu/fet/")
(synopsis "Timetabling software")
(description
"FET is a program for automatically scheduling the timetable of a school,