guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]