[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fet: Update to 5.45.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: fet: Update to 5.45.1. |
Date: |
Tue, 07 Jul 2020 18:16:03 -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 127f0f0 gnu: fet: Update to 5.45.1.
127f0f0 is described below
commit 127f0f05acfd7344661e0a64fc347033b017e000
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 8 00:15:44 2020 +0200
gnu: fet: Update to 5.45.1.
* gnu/packages/education.scm (fet): Update to 5.45.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 12e1b6f..a54145a 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -612,14 +612,14 @@ Portuguese, Spanish and Italian.")
(define-public fet
(package
(name "fet")
- (version "5.45.0")
+ (version "5.45.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
"fet-" version ".tar.bz2"))
(sha256
- (base32 "04jns6wc20rz6cp410znsllknhp4zlf4rn8wgv712855nffs42c6"))))
+ (base32 "1pg47jk6fw46fr7m32l1ypm1zyjfz1ik5f333ynqqr705f1c0ij5"))))
(build-system gnu-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fet: Update to 5.45.1.,
guix-commits <=