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.42.1.


From: guix-commits
Subject: 01/01: gnu: fet: Update to 5.42.1.
Date: Sun, 29 Dec 2019 17:20:32 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c6447c39172f457c901fbab2af08884b4a5f659e
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 29 23:20:17 2019 +0100

    gnu: fet: Update to 5.42.1.
    
    * gnu/packages/education.scm (fet): Update to 5.42.1.
---
 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 0f88954..401ba65 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.41.0")
+    (version "5.42.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
                                   "fet-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ppa5h1p0y0z8x4xpn45b0x3nl1khyh56m22v6xysk3znxlak4q7"))))
+                "0wwfg8vdh4vp4bx043h66m5m0r1b0mlii36s1qq42pdbaxk94i23"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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