diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-08-02 14:40:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-08-02 14:40:17 +0200 |
commit | 7b5fc3a320eea930e6bc85a4d65c2ddbe0c9cffa (patch) | |
tree | 827d5ef9695ed7e2af80f7ae7e7fb5d7dd1ad455 /gnu | |
parent | 47e2fe3cdf0ecfcfc6dccc048d4b1da94fa5a4a2 (diff) | |
download | guix-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.scm | 4 |
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) |