gnu: fet: Update to 5.42.3.
* gnu/packages/education.scm (fet): Update to 5.42.3.master
parent
24fedb55d6
commit
3e4cf41ba7
|
@ -590,14 +590,14 @@ Portuguese, Spanish and Italian.")
|
||||||
(define-public fet
|
(define-public fet
|
||||||
(package
|
(package
|
||||||
(name "fet")
|
(name "fet")
|
||||||
(version "5.42.1")
|
(version "5.42.3")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
(method url-fetch)
|
||||||
"fet-" version ".tar.bz2"))
|
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
||||||
(sha256
|
"fet-" version ".tar.bz2"))
|
||||||
(base32
|
(sha256
|
||||||
"1dzlbhp42dxdxbcrjwrjl4kj65cibxgjqc3ir1w78yprikihdxca"))))
|
(base32 "0z31i8kwd59c3hlq35qll61qhc3x63w330ss92glhp12iy0aja1y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue