gnu: fet: Update to 6.0.2.

* gnu/packages/education.scm (fet): Update to 6.0.2.
This commit is contained in:
Nicolas Goaziou 2021-04-24 19:50:15 +02:00
parent c50db7156d
commit db8334cddd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -614,14 +614,14 @@ (define-public omnitux
(define-public fet
(package
(name "fet")
(version "5.49.1")
(version "6.0.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
"fet-" version ".tar.bz2"))
(sha256
(base32 "1aa8xnhwvbhvp7yigcdk7qdwqh59yyfknqbpn3ybgjljc22m8w5n"))))
(base32 "08q265i43bnj9syh3xlp11fr47xmzb0nma3nnwm76xq314102f0f"))))
(build-system gnu-build-system)
(arguments
`(#:phases