mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: toutenclic: Update to 6.13.
* gnu/packages/education.scm (toutenclic): Update to 6.13.
This commit is contained in:
parent
310dbe9ea5
commit
632c508cdc
1 changed files with 3 additions and 4 deletions
|
@ -309,18 +309,17 @@ (define-public snap
|
||||||
(define-public toutenclic
|
(define-public toutenclic
|
||||||
(package
|
(package
|
||||||
(name "toutenclic")
|
(name "toutenclic")
|
||||||
(version "6.12")
|
(version "6.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.bipede.fr/downloads/logiciels/"
|
(uri (string-append "http://www.bipede.fr/downloads/logiciels/"
|
||||||
"ToutEnClic-" version ".tar.xz"))
|
"ToutEnClic-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1pjprdzc4bn7ckbg4469691ph6yjjr8f022hb4gi4lacs4h71wnd"))))
|
||||||
"1369m76fxmi2hgc2bbsq2jchcbh8q0qzml7600pqn8xiqrybvg9g"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test
|
`(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'build)
|
(delete 'build)
|
||||||
|
|
Loading…
Reference in a new issue