[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fet: Update to 5.42.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: fet: Update to 5.42.3. |
Date: |
Sat, 01 Feb 2020 10:00:52 -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 3e4cf41 gnu: fet: Update to 5.42.3.
3e4cf41 is described below
commit 3e4cf41ba7badb9057c8c27bde68bee08cd1425e
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Feb 1 16:00:34 2020 +0100
gnu: fet: Update to 5.42.3.
* gnu/packages/education.scm (fet): Update to 5.42.3.
---
gnu/packages/education.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 4f8d758..1470233 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -590,14 +590,14 @@ Portuguese, Spanish and Italian.")
(define-public fet
(package
(name "fet")
- (version "5.42.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
- "fet-" version ".tar.bz2"))
- (sha256
- (base32
- "1dzlbhp42dxdxbcrjwrjl4kj65cibxgjqc3ir1w78yprikihdxca"))))
+ (version "5.42.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
+ "fet-" version ".tar.bz2"))
+ (sha256
+ (base32 "0z31i8kwd59c3hlq35qll61qhc3x63w330ss92glhp12iy0aja1y"))))
(build-system gnu-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fet: Update to 5.42.3.,
guix-commits <=