mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: fet: Update to 6.19.0.
* gnu/packages/education.scm (fet): Update to 6.19.0. Change-Id: Icca4e8d8955a0fbaee9c91768b2630ccbf509ad7
This commit is contained in:
parent
88bfeb5d0e
commit
2d8aa8bab6
1 changed files with 2 additions and 2 deletions
|
@ -566,7 +566,7 @@ (define-public openboard
|
|||
(define-public fet
|
||||
(package
|
||||
(name "fet")
|
||||
(version "6.18.1")
|
||||
(version "6.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -575,7 +575,7 @@ (define-public fet
|
|||
(list (string-append directory base)
|
||||
(string-append directory "old/" base))))
|
||||
(sha256
|
||||
(base32 "0yf94z4yybaw53jf0hzi1p53rwa91wl3g6pai7gsr4palssyfxw2"))))
|
||||
(base32 "1lrlwk9i2nc2d3ay5wajgv79nxkbl8hgv77aflgncikg4ma9yn55"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue