gnu: kgamma: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kgamma): Update to 6.1.3. Change-Id: I57242894b2f71b2587343d7a4fba4de223d0b065
This commit is contained in:
		
							parent
							
								
									2d819ce6d6
								
							
						
					
					
						commit
						b677680f98
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -636,7 +636,7 @@ KDE Frameworks 5 to better interact with the system.")
 | 
			
		|||
(define-public kgamma
 | 
			
		||||
  (package
 | 
			
		||||
    (name "kgamma")
 | 
			
		||||
    (version "6.1.2")
 | 
			
		||||
    (version "6.1.3")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "mirror://kde/stable/plasma/"
 | 
			
		||||
| 
						 | 
				
			
			@ -644,7 +644,7 @@ KDE Frameworks 5 to better interact with the system.")
 | 
			
		|||
                                  version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0qr6crka2a71izg54vz0y7ahsfxr7xh1j3bb53c7pfhs3dq8wgfb"))))
 | 
			
		||||
                "0nskvsh4xagv55lv0wsm62m50y4hdjslhrzl2cb190ghaa245vdd"))))
 | 
			
		||||
    (build-system qt-build-system)
 | 
			
		||||
    (arguments (list #:qtbase qtbase))
 | 
			
		||||
    (native-inputs (list extra-cmake-modules kdoctools))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue