gnu: qtdeclarative: Update to 5.6.1-1.
* gnu/packages/qt.scm (qtdeclarative): Update to 5.6.1-1.
This commit is contained in:
		
							parent
							
								
									d547a1970d
								
							
						
					
					
						commit
						f3a3210cfd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -525,7 +525,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
 | 
				
			||||||
(define-public qtdeclarative
 | 
					(define-public qtdeclarative
 | 
				
			||||||
  (package (inherit qtsvg)
 | 
					  (package (inherit qtsvg)
 | 
				
			||||||
    (name "qtdeclarative")
 | 
					    (name "qtdeclarative")
 | 
				
			||||||
    (version "5.6.1")
 | 
					    (version "5.6.1-1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "https://download.qt.io/official_releases/qt/"
 | 
					             (uri (string-append "https://download.qt.io/official_releases/qt/"
 | 
				
			||||||
| 
						 | 
					@ -534,7 +534,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
 | 
				
			||||||
                                 version ".tar.xz"))
 | 
					                                 version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1d2217kxk85kpi7ls08b41hqzy26hvch8m4cgzq6km5sqi5zvz0j"))))
 | 
					               "094gx5mzqzcga97y7ihf052b6i5iv512lh7m0702m5q94nsn1pqw"))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("perl" ,perl)
 | 
					     `(("perl" ,perl)
 | 
				
			||||||
       ("pkg-config" ,pkg-config)
 | 
					       ("pkg-config" ,pkg-config)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue