gnu: toutenclic: Update to 6.13.

* gnu/packages/education.scm (toutenclic): Update to 6.13.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-18 02:21:03 +01:00
parent 310dbe9ea5
commit 632c508cdc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -309,18 +309,17 @@ to open the application in a web browser, for offline usage.")
(define-public toutenclic
(package
(name "toutenclic")
(version "6.12")
(version "6.13")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.bipede.fr/downloads/logiciels/"
"ToutEnClic-" version ".tar.xz"))
(sha256
(base32
"1369m76fxmi2hgc2bbsq2jchcbh8q0qzml7600pqn8xiqrybvg9g"))))
(base32 "1pjprdzc4bn7ckbg4469691ph6yjjr8f022hb4gi4lacs4h71wnd"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;no test
`(#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(delete 'build)