gnu: plasma-framework: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.27.0.
This commit is contained in:
		
							parent
							
								
									6c6e8b19e4
								
							
						
					
					
						commit
						9efa472fba
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		| 
						 | 
					@ -2736,16 +2736,16 @@ setUrl, setUserAgent and call.")
 | 
				
			||||||
(define-public plasma-framework
 | 
					(define-public plasma-framework
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "plasma-framework")
 | 
					    (name "plasma-framework")
 | 
				
			||||||
    (version "5.24.0")
 | 
					    (version "5.27.0")
 | 
				
			||||||
    (source
 | 
					    (source (origin
 | 
				
			||||||
     (origin
 | 
					 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://kde/stable/frameworks/"
 | 
					              (uri (string-append
 | 
				
			||||||
 | 
					                    "mirror://kde/stable/frameworks/"
 | 
				
			||||||
                    (version-major+minor version) "/"
 | 
					                    (version-major+minor version) "/"
 | 
				
			||||||
                    name "-" version ".tar.xz"))
 | 
					                    name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
         "0981vm00541dzihlr1fsax05biwp2ddpwjrmvnfysx5jagdc65cb"))))
 | 
					                "11apg7h636dshswikjpz0qkapv8izqjjz47k7vs49x0byp802s5i"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("kpackage" ,kpackage)
 | 
					     `(("kpackage" ,kpackage)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue