guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fet: Update to 6.2.2.


From: guix-commits
Subject: branch master updated: gnu: fet: Update to 6.2.2.
Date: Wed, 17 Nov 2021 09:06:46 -0500

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 c3931a5  gnu: fet: Update to 6.2.2.
c3931a5 is described below

commit c3931a5454475a940983e80066a3c835cc07f66e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 17 15:06:30 2021 +0100

    gnu: fet: Update to 6.2.2.
    
    * gnu/packages/education.scm (fet): Update to 6.2.2.
---
 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 4f4de1a..b864ac6 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -653,7 +653,7 @@ Portuguese, Spanish and Italian.")
 (define-public fet
   (package
     (name "fet")
-    (version "6.1.8")
+    (version "6.2.2")
     (source
      (origin
        (method url-fetch)
@@ -662,7 +662,7 @@ Portuguese, Spanish and Italian.")
               (list (string-append directory base)
                     (string-append directory "old/" base))))
        (sha256
-        (base32 "16m20vbhv8i7saxqb731bhds1f86d6x1f935j3ivg357805fqzll"))))
+        (base32 "1x8m543n88iqprh4zccx1zcfm20balmh0h6syrbv03cszmkvfw07"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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