gnu: ktouch: Update to 20.12.0.

* gnu/packages/education.scm (ktouch): Update to 20.12.0.
[source]: Download from new upstream URI.
This commit is contained in:
Efraim Flashner 2020-12-29 23:01:31 +02:00
parent 28ccd1e71d
commit 224d30d06b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -677,15 +677,15 @@ (define-public klavaro
(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