summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-02 14:40:17 +0200
committerLudovic Courtès <ludo@gnu.org>2016-08-02 14:40:17 +0200
commit7b5fc3a320eea930e6bc85a4d65c2ddbe0c9cffa (patch)
tree827d5ef9695ed7e2af80f7ae7e7fb5d7dd1ad455 /gnu
parent47e2fe3cdf0ecfcfc6dccc048d4b1da94fa5a4a2 (diff)
downloadguix-7b5fc3a320eea930e6bc85a4d65c2ddbe0c9cffa.tar.gz
gnu: kde-frameworks: Fix version numbers.
Fixes a regression introduced in
d26e2b9f306a1170d46f7c860c81840d9d600161.

* gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to
"5.21.0".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3222018181..57727accbc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -55,7 +55,7 @@ common build settings used in software produced by the KDE community.")
 (define-public kwindowsystem
   (package
     (name "kwindowsystem")
-    (version "5.24.0")
+    (version "5.21.0")
     (source
       (origin
         (method url-fetch)
@@ -93,7 +93,7 @@ lower level classes for interaction with the X Windowing System.")
 (define-public oxygen-icons
   (package
     (name "oxygen-icons")
-    (version "5.24.0")
+    (version "5.21.0")
     (source
       (origin
         (method url-fetch)