mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: fet: Update to 5.42.1.
* gnu/packages/education.scm (fet): Update to 5.42.1.
This commit is contained in:
parent
b7d95d3a61
commit
c6447c3917
1 changed files with 2 additions and 2 deletions
|
@ -488,14 +488,14 @@ (define-public childsplay
|
|||
(define-public fet
|
||||
(package
|
||||
(name "fet")
|
||||
(version "5.41.0")
|
||||
(version "5.42.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
||||
"fet-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ppa5h1p0y0z8x4xpn45b0x3nl1khyh56m22v6xysk3znxlak4q7"))))
|
||||
"0wwfg8vdh4vp4bx043h66m5m0r1b0mlii36s1qq42pdbaxk94i23"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue