mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: fet: Update to 5.40.2.
* gnu/packages/education.scm (fet): Update to 5.40.2.
This commit is contained in:
parent
530b3a1952
commit
b8a5004eea
1 changed files with 2 additions and 2 deletions
|
@ -487,14 +487,14 @@ (define-public childsplay
|
|||
(define-public fet
|
||||
(package
|
||||
(name "fet")
|
||||
(version "5.39.0")
|
||||
(version "5.40.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
||||
"fet-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"100bmggkychqs2cavqxy7015lr4icw6k99qb03im0v4jasqqmyix"))))
|
||||
"068zdvb3rys7vvkq33i2jh89c7svvdaqp0548k99jmhbd24xnhgh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue