summaryrefslogtreecommitdiff
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)
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 32220181818..57727accbc3 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.")
55(define-public kwindowsystem 55(define-public kwindowsystem
56 (package 56 (package
57 (name "kwindowsystem") 57 (name "kwindowsystem")
58 (version "5.24.0") 58 (version "5.21.0")
59 (source 59 (source
60 (origin 60 (origin
61 (method url-fetch) 61 (method url-fetch)
@@ -93,7 +93,7 @@ lower level classes for interaction with the X Windowing System.")
93(define-public oxygen-icons 93(define-public oxygen-icons
94 (package 94 (package
95 (name "oxygen-icons") 95 (name "oxygen-icons")
96 (version "5.24.0") 96 (version "5.21.0")
97 (source 97 (source
98 (origin 98 (origin
99 (method url-fetch) 99 (method url-fetch)