guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: fet: Update to 6.18.1.


From: guix-commits
Subject: 01/06: gnu: fet: Update to 6.18.1.
Date: Sun, 17 Mar 2024 11:22:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit cd0b02e9c6566fbde853981729c5a76cc80043a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 14:51:32 2024 +0100

    gnu: fet: Update to 6.18.1.
    
    * gnu/packages/education.scm (fet): Update to 6.18.1.
    
    Change-Id: Idc0be5d9d8a3bea6e3a7826ae9a0ab0ee0ddf83d
---
 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 698f15678b..f67e83aa9f 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.15.0")
+    (version "6.18.1")
     (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 "0mmk9f0b23lmmk40mv25wf9vgb7wdgfn5zsa1qrkvkh7dh1hjpax"))))
+        (base32 "0yf94z4yybaw53jf0hzi1p53rwa91wl3g6pai7gsr4palssyfxw2"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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