nckx pushed a commit to branch master
in repository guix.

commit a1093d73c341eb3299f12c146f435b20a0da484f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Jan 18 00:19:43 2021 +0100

    gnu: ktouch: Update to 20.12.1.
    
    * gnu/packages/education.scm (ktouch): Update to 20.12.1.
---
 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 8ba673f..1337248 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016, 2017 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2016 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<[email protected]>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020 Robert Smith <[email protected]>
 ;;; Copyright © 2020 Guy Fleury Iteriteka <[email protected]>
@@ -680,15 +680,14 @@ language and very flexible regarding to new or unknown 
keyboard layouts.")
 (define-public ktouch
   (package
     (name "ktouch")
-    (version "20.12.0")
+    (version "20.12.1")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "mirror://kde/stable/release-service/"
                             version "/src/ktouch-" version ".tar.xz"))
         (sha256
-         (base32
-          "1s8pcwakx94aygfyjmyps5b43j4kv6dmfw7n12japcka2yfp9bi2"))))
+         (base32 "10lm2p8w26c9n6lhvw3301myfss0dq7hl7rawzb3hsy1lqvmvdib"))))
     (build-system qt-build-system)
     (arguments
      `(#:phases

Reply via email to