mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: fet: Update to 5.43.2.
* gnu/packages/education.scm (fet): Update to 5.43.2.
This commit is contained in:
parent
a733253b5c
commit
4a5e7edce2
1 changed files with 2 additions and 2 deletions
|
@ -602,14 +602,14 @@ (define-public omnitux
|
|||
(define-public fet
|
||||
(package
|
||||
(name "fet")
|
||||
(version "5.42.3")
|
||||
(version "5.43.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
||||
"fet-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0z31i8kwd59c3hlq35qll61qhc3x63w330ss92glhp12iy0aja1y"))))
|
||||
(base32 "111ijwdpdnavi2jjp8jqnwkgi1b9n79svkfw68fmga0z7d3nd62g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue