guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: fet: Update to 5.40.2.


From: guix-commits
Subject: 01/01: gnu: fet: Update to 5.40.2.
Date: Fri, 1 Nov 2019 06:44:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b8a5004eea6203e5abd3676fc52d3d2fbc2b9026
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Nov 1 11:44:15 2019 +0100

    gnu: fet: Update to 5.40.2.
    
    * gnu/packages/education.scm (fet): Update to 5.40.2.
---
 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 66e7e22..a7b644c 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -487,14 +487,14 @@ letters of the alphabet, spelling, eye-hand coordination, 
etc.")
 (define-public fet
   (package
     (name "fet")
-    (version "5.39.0")
+    (version "5.40.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
                                   "fet-" version ".tar.bz2"))
               (sha256
                (base32
-                "100bmggkychqs2cavqxy7015lr4icw6k99qb03im0v4jasqqmyix"))))
+                "068zdvb3rys7vvkq33i2jh89c7svvdaqp0548k99jmhbd24xnhgh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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