mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: fet: Update to 6.7.7.
* gnu/packages/education.scm (fet): Update to 6.7.7.
This commit is contained in:
parent
11aa1e6ad1
commit
a3c2668788
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ (define-public openboard
|
||||||
(define-public fet
|
(define-public fet
|
||||||
(package
|
(package
|
||||||
(name "fet")
|
(name "fet")
|
||||||
(version "6.7.6")
|
(version "6.7.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -591,7 +591,7 @@ (define-public fet
|
||||||
(list (string-append directory base)
|
(list (string-append directory base)
|
||||||
(string-append directory "old/" base))))
|
(string-append directory "old/" base))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0psvnplwp5n7v1j3ywxpq6vykjv1276n66f7ral7c70vjf4h7109"))))
|
(base32 "08rm3yka3swr6wf3lcmzh2jlq5ajxi8c6nd2likqzvbg6plrjx6b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue