gnu: kde-frameworks: Fix version numbers.
Fixes a regression introduced in
d26e2b9f30.
* gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to
"5.21.0".
			
			
This commit is contained in:
		
							parent
							
								
									47e2fe3cdf
								
							
						
					
					
						commit
						7b5fc3a320
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -55,7 +55,7 @@ common build settings used in software produced by the KDE community.")
 | 
				
			||||||
(define-public kwindowsystem
 | 
					(define-public kwindowsystem
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kwindowsystem")
 | 
					    (name "kwindowsystem")
 | 
				
			||||||
    (version "5.24.0")
 | 
					    (version "5.21.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -93,7 +93,7 @@ lower level classes for interaction with the X Windowing System.")
 | 
				
			||||||
(define-public oxygen-icons
 | 
					(define-public oxygen-icons
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "oxygen-icons")
 | 
					    (name "oxygen-icons")
 | 
				
			||||||
    (version "5.24.0")
 | 
					    (version "5.21.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue