mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: fet: Update to 6.0.2.
* gnu/packages/education.scm (fet): Update to 6.0.2.
This commit is contained in:
parent
c50db7156d
commit
db8334cddd
1 changed files with 2 additions and 2 deletions
|
@ -614,14 +614,14 @@ (define-public omnitux
|
|||
(define-public fet
|
||||
(package
|
||||
(name "fet")
|
||||
(version "5.49.1")
|
||||
(version "6.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
||||
"fet-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1aa8xnhwvbhvp7yigcdk7qdwqh59yyfknqbpn3ybgjljc22m8w5n"))))
|
||||
(base32 "08q265i43bnj9syh3xlp11fr47xmzb0nma3nnwm76xq314102f0f"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue