gnu: fet: Update to 5.47.1.

* gnu/packages/education.scm (fet): Update to 5.47.1.
This commit is contained in:
Nicolas Goaziou 2020-11-26 14:26:27 +01:00
parent 1485736b94
commit b3ece8db77
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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