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.0.4.


From: guix-commits
Subject: branch master updated: gnu: fet: Update to 6.0.4.
Date: Sun, 04 Jul 2021 02:57:42 -0400

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 803d589  gnu: fet: Update to 6.0.4.
803d589 is described below

commit 803d5891208def427f79f60c4cfbe8c6bda77607
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 4 08:57:03 2021 +0200

    gnu: fet: Update to 6.0.4.
    
    * gnu/packages/education.scm (fet): Update to 6.0.4.
    [inputs]: Use Qt 6.
---
 gnu/packages/education.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 5308b45..7eabfd7 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -670,14 +670,14 @@ Portuguese, Spanish and Italian.")
 (define-public fet
   (package
     (name "fet")
-    (version "6.0.2")
+    (version "6.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
                            "fet-" version ".tar.bz2"))
        (sha256
-        (base32 "08q265i43bnj9syh3xlp11fr47xmzb0nma3nnwm76xq314102f0f"))))
+        (base32 "16yajwbvm2ain1p2h81qfm8pbrdp70zljck67j9yijwyr6xqdj2a"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -693,7 +693,7 @@ Portuguese, Spanish and Italian.")
          (replace 'configure
            (lambda _ (invoke "qmake" "fet.pro"))))))
     (inputs
-     `(("qtbase" ,qtbase-5)))
+     `(("qtbase" ,qtbase)))
     (home-page "https://www.lalescu.ro/liviu/fet/";)
     (synopsis "Timetabling software")
     (description



reply via email to

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