mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: fet: Update to 6.0.4.
* gnu/packages/education.scm (fet): Update to 6.0.4. [inputs]: Use Qt 6.
This commit is contained in:
parent
9eebe60891
commit
803d589120
1 changed files with 3 additions and 3 deletions
|
@ -670,14 +670,14 @@ (define-public omnitux
|
||||||
(define-public fet
|
(define-public fet
|
||||||
(package
|
(package
|
||||||
(name "fet")
|
(name "fet")
|
||||||
(version "6.0.2")
|
(version "6.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
||||||
"fet-" version ".tar.bz2"))
|
"fet-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08q265i43bnj9syh3xlp11fr47xmzb0nma3nnwm76xq314102f0f"))))
|
(base32 "16yajwbvm2ain1p2h81qfm8pbrdp70zljck67j9yijwyr6xqdj2a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -693,7 +693,7 @@ (define-public fet
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda _ (invoke "qmake" "fet.pro"))))))
|
(lambda _ (invoke "qmake" "fet.pro"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase-5)))
|
`(("qtbase" ,qtbase)))
|
||||||
(home-page "https://www.lalescu.ro/liviu/fet/")
|
(home-page "https://www.lalescu.ro/liviu/fet/")
|
||||||
(synopsis "Timetabling software")
|
(synopsis "Timetabling software")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue