gnu: ktouch: Update to 21.12.2.
* gnu/packages/education.scm (ktouch): Update to 21.12.2. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
		
							parent
							
								
									1499aa8773
								
							
						
					
					
						commit
						d31187ae88
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -643,14 +643,14 @@ language and very flexible regarding to new or unknown keyboard layouts.") | ||||||
| (define-public ktouch | (define-public ktouch | ||||||
|   (package |   (package | ||||||
|     (name "ktouch") |     (name "ktouch") | ||||||
|     (version "20.12.1") |     (version "21.12.2") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|         (method url-fetch) |         (method url-fetch) | ||||||
|         (uri (string-append "mirror://kde/stable/release-service/" |         (uri (string-append "mirror://kde/stable/release-service/" | ||||||
|                             version "/src/ktouch-" version ".tar.xz")) |                             version "/src/ktouch-" version ".tar.xz")) | ||||||
|         (sha256 |         (sha256 | ||||||
|          (base32 "10lm2p8w26c9n6lhvw3301myfss0dq7hl7rawzb3hsy1lqvmvdib")))) |          (base32 "1rq2n8395sb17rqd295axv2pbwzhqs8ikjqx5ryn4lv1713alabl")))) | ||||||
|     (build-system qt-build-system) |     (build-system qt-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list extra-cmake-modules kdoctools pkg-config)) |      (list extra-cmake-modules kdoctools pkg-config)) | ||||||
|  |  | ||||||
		Reference in a new issue