guix-patches
[Top][All Lists]
Advanced

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

[bug#62650] [PATCH] gnu: fet: Update to 6.8.7.


From: Nicolas Goaziou
Subject: [bug#62650] [PATCH] gnu: fet: Update to 6.8.7.
Date: Mon, 3 Apr 2023 21:38:45 +0200

* gnu/packages/education.scm (fet): Update to 6.8.7.
---
 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 cc1ef25a83..60aced1be4 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -582,7 +582,7 @@ (define-public openboard
 (define-public fet
   (package
     (name "fet")
-    (version "6.8.4")
+    (version "6.8.7")
     (source
      (origin
        (method url-fetch)
@@ -591,7 +591,7 @@ (define-public fet
               (list (string-append directory base)
                     (string-append directory "old/" base))))
        (sha256
-        (base32 "0bwm6j0drxkrmx8zbr78a7xbbzb1i9365qv93fkwjg9v92b9clhr"))))
+        (base32 "0wcl2scgqf1vj0zy5an7hhhmsl5j1y605fcz0d7ylbzw5ixnbf1m"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: f3424ada316a9962818b60ae22236efce8bd9fb7
-- 
2.39.2






reply via email to

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