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


From: guix-commits
Subject: branch master updated: gnu: fet: Update to 6.1.8.
Date: Thu, 07 Oct 2021 02:48:17 -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 28604cd  gnu: fet: Update to 6.1.8.
28604cd is described below

commit 28604cdc765b395442b1aed5d2ef0c3d134a5ac4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Oct 7 08:47:54 2021 +0200

    gnu: fet: Update to 6.1.8.
    
    * gnu/packages/education.scm (fet): Update to 6.1.8.
---
 gnu/packages/education.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 2039347..634420a 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -653,14 +653,14 @@ Portuguese, Spanish and Italian.")
 (define-public fet
   (package
     (name "fet")
-    (version "6.0.4")
+    (version "6.1.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
                            "fet-" version ".tar.bz2"))
        (sha256
-        (base32 "16yajwbvm2ain1p2h81qfm8pbrdp70zljck67j9yijwyr6xqdj2a"))))
+        (base32 "16m20vbhv8i7saxqb731bhds1f86d6x1f935j3ivg357805fqzll"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -671,8 +671,7 @@ Portuguese, Spanish and Italian.")
                                 "src/src.pro"
                                 "src/src-cl.pro"
                                 "src/interface/fet.cpp")
-               (("/usr") (assoc-ref outputs "out")))
-             #t))
+               (("/usr") (assoc-ref outputs "out")))))
          (replace 'configure
            (lambda _ (invoke "qmake" "fet.pro"))))))
     (inputs



reply via email to

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