diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-09 21:19:27 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-10 17:55:18 +0200 |
commit | 4459c05af73e2eb299e07a5991c1e689e8b8921d (patch) | |
tree | fd3965d6e9fa713ce5e600cf1af9e4b9a8497735 /gnu | |
parent | 1933a3cb7ff7bf37cfbad6b5a87e6782e7a7f675 (diff) |
gnu: fet: Update to 6.6.2.
* gnu/packages/education.scm (fet): Update to 6.6.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/education.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 0d4719f3ce..bf5a0f4007 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -582,7 +582,7 @@ a pen-tablet display and a beamer.") (define-public fet (package (name "fet") - (version "6.5.7") + (version "6.6.2") (source (origin (method url-fetch) @@ -591,7 +591,7 @@ a pen-tablet display and a beamer.") (list (string-append directory base) (string-append directory "old/" base)))) (sha256 - (base32 "08j5i3dlp290fz142ljn68j8ssi5f3kabs0dd75ig33kms30hjs7")))) + (base32 "0w3fp367r8gx35qmfcx9v8z2lrwfm0fjqbadyk3lhwf28gb1csxr")))) (build-system gnu-build-system) (arguments (list |