[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fet: Update to 5.47.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: fet: Update to 5.47.1. |
Date: |
Thu, 26 Nov 2020 08:29:33 -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 b3ece8d gnu: fet: Update to 5.47.1.
b3ece8d is described below
commit b3ece8db770340bb8b94563548d57f63f5d2dec2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Nov 26 14:26:27 2020 +0100
gnu: fet: Update to 5.47.1.
* gnu/packages/education.scm (fet): Update to 5.47.1.
---
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 840e596..24d776d 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -611,14 +611,14 @@ Portuguese, Spanish and Italian.")
(define-public fet
(package
(name "fet")
- (version "5.47.0")
+ (version "5.47.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/";
"fet-" version ".tar.bz2"))
(sha256
- (base32 "1a4mzzd6qy7hpb3yvmf922dbrqrzacz60ld8dsds78m018jf9gaj"))))
+ (base32 "1szp5zrynm6l14zgz04rk82rw6w8p712819b0n7lxxb1bnxqz8xv"))))
(build-system gnu-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fet: Update to 5.47.1.,
guix-commits <=