[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fet: Update to 5.44.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: fet: Update to 5.44.8. |
Date: |
Mon, 01 Jun 2020 17:57:22 -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 7e80c8e gnu: fet: Update to 5.44.8.
7e80c8e is described below
commit 7e80c8e827e1a7694e5bedceab03a7af8e8d90a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 1 23:56:58 2020 +0200
gnu: fet: Update to 5.44.8.
* gnu/packages/education.scm (fet): Update to 5.44.8.
---
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 f8e77f0..550925d 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -606,14 +606,14 @@ Portuguese, Spanish and Italian.")
(define-public fet
(package
(name "fet")
- (version "5.44.7")
+ (version "5.44.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
"fet-" version ".tar.bz2"))
(sha256
- (base32 "19b22brpb2mpvg14c2a0xmv8ipq5jg7yjmly8y3gfy8gmc3wqg5m"))))
+ (base32 "1i59xpkdnrd3qzgqs11vsws57g33zvkad5q3an56vd94aw7z3kpw"))))
(build-system gnu-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fet: Update to 5.44.8.,
guix-commits <=