guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: fet: Update to 5.41.0.


From: guix-commits
Subject: 02/02: gnu: fet: Update to 5.41.0.
Date: Sun, 1 Dec 2019 15:18:35 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit faaffb902d32cdca0c89aa0a837c7c2559d20801
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 1 21:18:19 2019 +0100

    gnu: fet: Update to 5.41.0.
    
    * gnu/packages/education.scm (fet): Update to 5.41.0.
---
 gnu/packages/education.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index fa48f90..274b14d 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -488,14 +488,14 @@ letters of the alphabet, spelling, eye-hand coordination, 
etc.")
 (define-public fet
   (package
     (name "fet")
-    (version "5.40.2")
+    (version "5.41.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
                                   "fet-" version ".tar.bz2"))
               (sha256
                (base32
-                "068zdvb3rys7vvkq33i2jh89c7svvdaqp0548k99jmhbd24xnhgh"))))
+                "0ppa5h1p0y0z8x4xpn45b0x3nl1khyh56m22v6xysk3znxlak4q7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]