guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: kde-frameworks: Fix version numbers.


From: Ludovic Courtès
Subject: 01/01: gnu: kde-frameworks: Fix version numbers.
Date: Tue, 2 Aug 2016 12:41:12 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 7b5fc3a320eea930e6bc85a4d65c2ddbe0c9cffa
Author: Ludovic Courtès <address@hidden>
Date:   Tue Aug 2 14:40:17 2016 +0200

    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".
---
 gnu/packages/kde-frameworks.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3222018..57727ac 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]