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>
This commit is contained in:
parent
7696206ce8
commit
2106deb9f6
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ (define-public openboard
|
|||
(define-public fet
|
||||
(package
|
||||
(name "fet")
|
||||
(version "6.8.2")
|
||||
(version "6.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -591,7 +591,7 @@ (define-public fet
|
|||
(list (string-append directory base)
|
||||
(string-append directory "old/" base))))
|
||||
(sha256
|
||||
(base32 "1wv7qwfmpmmfyr2kklp2q047rl38ps55cizjrm6v8np2cjl0ah3g"))))
|
||||
(base32 "1iqjdldarh8r92qq7c00m1gkdf53v8csmm7if3h4rhajz91rcnm2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue