~ruther/guix-local

8880db51d2e052621e4c54f4d594bbc5867d7af2 — Nicolas Goaziou 6 years ago 1bea1b3
gnu: fet: Update to 5.44.7.

* gnu/packages/education.scm (fet): Update to 5.44.7.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/education.scm
M gnu/packages/education.scm => gnu/packages/education.scm +2 -2
@@ 606,14 606,14 @@ Portuguese, Spanish and Italian.")
(define-public fet
  (package
    (name "fet")
    (version "5.44.4")
    (version "5.44.7")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
                           "fet-" version ".tar.bz2"))
       (sha256
        (base32 "1bji4910v6adhngdh5ajz5bxam9z3yqnh8d1h1xajy6npm6qq3nx"))))
        (base32 "19b22brpb2mpvg14c2a0xmv8ipq5jg7yjmly8y3gfy8gmc3wqg5m"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases