gnu: kde-frameworks: Fix version numbers.

Fixes a regression introduced in
d26e2b9f30.

* gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to
"5.21.0".
This commit is contained in:
Ludovic Courtès 2016-08-02 14:40:17 +02:00
parent 47e2fe3cdf
commit 7b5fc3a320
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -55,7 +55,7 @@ (define-public extra-cmake-modules
(define-public kwindowsystem
(package
(name "kwindowsystem")
(version "5.24.0")
(version "5.21.0")
(source
(origin
(method url-fetch)
@ -93,7 +93,7 @@ (define-public kwindowsystem
(define-public oxygen-icons
(package
(name "oxygen-icons")
(version "5.24.0")
(version "5.21.0")
(source
(origin
(method url-fetch)