gnu: fet: Update to 5.44.0.

* gnu/packages/education.scm (fet): Update to 5.44.0.
This commit is contained in:
Nicolas Goaziou 2020-03-27 23:34:37 +01:00
parent 57be2cadf8
commit 734eb7d79e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -602,14 +602,14 @@ (define-public omnitux
(define-public fet
(package
(name "fet")
(version "5.43.2")
(version "5.44.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
"fet-" version ".tar.bz2"))
(sha256
(base32 "111ijwdpdnavi2jjp8jqnwkgi1b9n79svkfw68fmga0z7d3nd62g"))))
(base32 "13q3b0g1zz885g15gir8fbalvix8sy42v1p429h0751490wq5c3h"))))
(build-system gnu-build-system)
(arguments
`(#:phases