diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-02-11 10:16:53 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-13 18:18:08 +0000 |
commit | 2106deb9f6f7d6efaa3e170a99e7172c222eda10 (patch) | |
tree | bc7f8f7c3aa7824528f7d11be9f08029c99db0a4 | |
parent | 7696206ce841b1b5bc70ecee0ab907d31920e71d (diff) |
gnu: fet: Update to 6.8.3.
* gnu/packages/education.scm (fet): Update to 6.8.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 dbb704c136..62c4d2352d 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.8.2") + (version "6.8.3") (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 "1wv7qwfmpmmfyr2kklp2q047rl38ps55cizjrm6v8np2cjl0ah3g")))) + (base32 "1iqjdldarh8r92qq7c00m1gkdf53v8csmm7if3h4rhajz91rcnm2")))) (build-system gnu-build-system) (arguments (list |