[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: klavaro: Update to 3.12.
From: |
guix-commits |
Subject: |
06/06: gnu: klavaro: Update to 3.12. |
Date: |
Tue, 20 Apr 2021 05:44:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b57f342ac82b8cb3871082f808bf988901bd41fa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 20 11:08:57 2021 +0200
gnu: klavaro: Update to 3.12.
* gnu/packages/education.scm (klavaro): Update to 3.12.
[inputs]: Add gtkdatabox.
---
gnu/packages/education.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 589c328..8004097 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -653,14 +653,14 @@ hours.")
(define-public klavaro
(package
(name "klavaro")
- (version "3.11")
+ (version "3.12")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/klavaro/klavaro-"
version ".tar.bz2"))
(sha256
- (base32 "1rkxaqb62w4mv86fcnmr32lq6y0h4hh92wmsy5ddb9a8jnzx6r7w"))))
+ (base32 "0ymrmgllyjk9wp1f1ayw51xc3myar8ld9a5531wdbrym0xzy4l64"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
@@ -669,6 +669,7 @@ hours.")
`(("cairo" ,cairo)
("curl" ,curl)
("gtk+" ,gtk+)
+ ("gtkdatabox" ,gtkdatabox)
("pango" ,pango)))
(home-page "https://klavaro.sourceforge.io/en/index.html")
(synopsis "Touch typing tutor")
- branch master updated (97a43db -> b57f342), guix-commits, 2021/04/20
- 01/06: gnu: jucipp: Update clang version., guix-commits, 2021/04/20
- 02/06: gnu: wimlib: Update to 1.13.4., guix-commits, 2021/04/20
- 03/06: gnu: wimlib: Disable static library., guix-commits, 2021/04/20
- 04/06: gnu: gtkdatabox: Update to 1.0.0., guix-commits, 2021/04/20
- 06/06: gnu: klavaro: Update to 3.12.,
guix-commits <=
- 05/06: gnu: xoscope: Update to 2.3., guix-commits, 2021/04/20