guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/13: gnu: ktouch: Update to 20.12.0.


From: guix-commits
Subject: 01/13: gnu: ktouch: Update to 20.12.0.
Date: Tue, 29 Dec 2020 16:36:23 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 224d30d06bb763ad5d875b20727e6a307b062922
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 29 23:01:31 2020 +0200

    gnu: ktouch: Update to 20.12.0.
    
    * gnu/packages/education.scm (ktouch): Update to 20.12.0.
    [source]: Download from new upstream URI.
---
 gnu/packages/education.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 9f07922..0786229 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -677,15 +677,15 @@ language and very flexible regarding to new or unknown 
keyboard layouts.")
 (define-public ktouch
   (package
     (name "ktouch")
-    (version "19.08.3")
+    (version "20.12.0")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "mirror://kde/stable/applications/"
+        (uri (string-append "mirror://kde/stable/release-service/"
                             version "/src/ktouch-" version ".tar.xz"))
         (sha256
          (base32
-          "0dqxb3xsjc2rwc9779l5fnr4crhq51bc8ln4azbgnnkzldvq6a4a"))))
+          "1s8pcwakx94aygfyjmyps5b43j4kv6dmfw7n12japcka2yfp9bi2"))))
     (build-system qt-build-system)
     (arguments
      `(#:phases



reply via email to

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