gnu: kcompletion: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kcompletion): Update to 5.27.0 and fix indentation.
This commit is contained in:
		
							parent
							
								
									62dee732f4
								
							
						
					
					
						commit
						17b5144a18
					
				
					 1 changed files with 15 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -1160,16 +1160,16 @@ utilities.")
 | 
			
		|||
(define-public kcompletion
 | 
			
		||||
  (package
 | 
			
		||||
    (name "kcompletion")
 | 
			
		||||
    (version "5.24.0")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
    (version "5.27.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
        (uri (string-append "mirror://kde/stable/frameworks/"
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
                    "mirror://kde/stable/frameworks/"
 | 
			
		||||
                    (version-major+minor version) "/"
 | 
			
		||||
                    name "-" version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
          "1qln0v31gn86kzwhnkijr1ydf129n32jmiybbckrp4w6hyx6xfxv"))))
 | 
			
		||||
                "1mb64ii4ilhqhy9p6cl3phs17bg3lr4b60jkkm71yn2wnd4wl47s"))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("extra-cmake-modules" ,extra-cmake-modules)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue