guix-commits
[Top][All Lists]
Advanced

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

20/23: gnu: fet: Update to 6.19.0.


From: guix-commits
Subject: 20/23: gnu: fet: Update to 6.19.0.
Date: Sat, 6 Apr 2024 10:52:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2d8aa8bab6eeab8c4977cd201cc05192cc81a462
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 6 15:43:27 2024 +0200

    gnu: fet: Update to 6.19.0.
    
    * gnu/packages/education.scm (fet): Update to 6.19.0.
    
    Change-Id: Icca4e8d8955a0fbaee9c91768b2630ccbf509ad7
---
 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 d9d5c45cf9..15518896ed 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -566,7 +566,7 @@ a pen-tablet display and a beamer.")
 (define-public fet
   (package
     (name "fet")
-    (version "6.18.1")
+    (version "6.19.0")
     (source
      (origin
        (method url-fetch)
@@ -575,7 +575,7 @@ a pen-tablet display and a beamer.")
               (list (string-append directory base)
                     (string-append directory "old/" base))))
        (sha256
-        (base32 "0yf94z4yybaw53jf0hzi1p53rwa91wl3g6pai7gsr4palssyfxw2"))))
+        (base32 "1lrlwk9i2nc2d3ay5wajgv79nxkbl8hgv77aflgncikg4ma9yn55"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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