gnu: Krita: Update to 4.1.3.
* gnu/packages/kde.scm (krita): Update to 4.1.3.
This commit is contained in:
		
							parent
							
								
									7edfcd61a1
								
							
						
					
					
						commit
						29bdfe1367
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -236,7 +236,7 @@ plugins, as well as code to create plugins, or complete applications.")
 | 
				
			||||||
(define-public krita
 | 
					(define-public krita
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "krita")
 | 
					    (name "krita")
 | 
				
			||||||
    (version "4.1.1")
 | 
					    (version "4.1.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -245,7 +245,7 @@ plugins, as well as code to create plugins, or complete applications.")
 | 
				
			||||||
                    "/" name "-" version ".tar.gz"))
 | 
					                    "/" name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1qz9bjvnwa5gc2b0063i2p72jq6y1b6kgqdj39599acp7ws11asw"))))
 | 
					                "0d546dxs552z0pxnaka1jm7ksravw17f777wf593z0pl4ds8dgdx"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue