This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b5c4b1c775 gnu: fet: Update to 6.22.2.
b5c4b1c775 is described below

commit b5c4b1c77518d7aa3abe758312480cc97bd5ee00
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Jul 23 15:44:37 2024 +0200

    gnu: fet: Update to 6.22.2.
    
    * gnu/packages/education.scm (fet): Update to 6.22.2.
    
    Change-Id: Iea767b46255680981b604607d839ab7ad509f706
---
 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 4a14e44a6b..e2173067f4 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -616,7 +616,7 @@ a pen-tablet display and a beamer.")
 (define-public fet
   (package
     (name "fet")
-    (version "6.19.0")
+    (version "6.22.2")
     (source
      (origin
        (method url-fetch)
@@ -625,7 +625,7 @@ a pen-tablet display and a beamer.")
               (list (string-append directory base)
                     (string-append directory "old/" base))))
        (sha256
-        (base32 "1lrlwk9i2nc2d3ay5wajgv79nxkbl8hgv77aflgncikg4ma9yn55"))))
+        (base32 "1h0yhqcpw6nhzj30fjmwwj63i1nsvrmggm56yqs4v14mli0c08y0"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to