> Ups I just realized I made a mistake on this commit. What do you want me to do? not that I make things worse... This is what I pushed.
commit d26e2b9f306a1170d46f7c860c81840d9d600161 Author: David Craven <da...@craven.ch> Date: Mon Aug 1 16:39:00 2016 +0200 gnu: kde-frameworks: Remove kde-frameworks-version. * gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable. (kwindowsystem)[version]: Replace kde-frameworks-version with version string. (oxygen-icons)[version]: Replace kde-frameworks-version with version string. diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 74fbac2..b60d85d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -27,8 +27,6 @@ #:use-module (gnu packages qt) #:use-module (gnu packages xorg)) -(define kde-frameworks-version "5.21.0") - (define-public extra-cmake-modules (package (name "extra-cmake-modules") @@ -57,7 +55,7 @@ common build settings used in software produced by the KDE community.") (define-public kwindowsystem (package (name "kwindowsystem") - (version kde-frameworks-version) + (version "5.24.0") (source (origin (method url-fetch) @@ -95,7 +93,7 @@ lower level classes for interaction with the X Windowing System.") (define-public oxygen-icons (package (name "oxygen-icons") - (version kde-frameworks-version) + (version "5.24.0") (source (origin (method url-fetch)