[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/18: gnu: toutenclic: Update to 6.13.
From: |
guix-commits |
Subject: |
10/18: gnu: toutenclic: Update to 6.13. |
Date: |
Mon, 18 Mar 2019 10:07:03 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 632c508cdc4080f36f907b801a76cb4ecbe372e5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Mar 18 02:21:03 2019 +0100
gnu: toutenclic: Update to 6.13.
* gnu/packages/education.scm (toutenclic): Update to 6.13.
---
gnu/packages/education.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 454ac30..4b93cd1 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -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)
- branch master updated (f88bdc5 -> 611a698), guix-commits, 2019/03/18
- 02/18: gnu: ghc-x509: Update to 1.7.5., guix-commits, 2019/03/18
- 01/18: gnu: ghc-entropy: Update to 0.4.1.4., guix-commits, 2019/03/18
- 03/18: gnu: ghc-x509-store: Update to 1.6.7., guix-commits, 2019/03/18
- 04/18: gnu: ghc-x509-validation: Update to 1.6.11., guix-commits, 2019/03/18
- 05/18: gnu: ghc-base64-bytestring: Update to 1.0.0.2., guix-commits, 2019/03/18
- 08/18: gnu: gtksourceview: Don't use NAME in source URI., guix-commits, 2019/03/18
- 13/18: gnu: vips: Improve description., guix-commits, 2019/03/18
- 10/18: gnu: toutenclic: Update to 6.13.,
guix-commits <=
- 09/18: gnu: gtksourceview: Update to 3.24.10., guix-commits, 2019/03/18
- 14/18: gnu: mpop: Don't use NAME in source URI., guix-commits, 2019/03/18
- 11/18: Order (gnu packages scanner) module imports alphabetically., guix-commits, 2019/03/18
- 16/18: gnu: pcmanfm: Don't use NAME in source URI., guix-commits, 2019/03/18
- 15/18: gnu: mpop: Update to 1.4.3., guix-commits, 2019/03/18
- 17/18: gnu: pcmanfm: Update to 1.3.1., guix-commits, 2019/03/18
- 12/18: gnu: vips: Update to 8.7.4., guix-commits, 2019/03/18
- 18/18: gnu: emacs-mew: Update to 6.8., guix-commits, 2019/03/18
- 07/18: gnu: libextractor: Update to 1.9., guix-commits, 2019/03/18
- 06/18: Correct name and email address for ng0., guix-commits, 2019/03/18