gnu: grantlee: Update to 5.3.1.
* gnu/packages/qt.scm (grantlee): Update to 5.3.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									f219f33bf8
								
							
						
					
					
						commit
						af943b8104
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -285,7 +285,7 @@ applications on Wayland.")
 | 
				
			||||||
(define-public grantlee
 | 
					(define-public grantlee
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "grantlee")
 | 
					    (name "grantlee")
 | 
				
			||||||
    (version "5.2.0")
 | 
					    (version "5.3.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method git-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -294,7 +294,7 @@ applications on Wayland.")
 | 
				
			||||||
              (commit (string-append "v" version))))
 | 
					              (commit (string-append "v" version))))
 | 
				
			||||||
        (file-name (git-file-name name version))
 | 
					        (file-name (git-file-name name version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32 "02dyqxjyxiqxrlz5g7v9ly8f095vs3iha39l75q6s8axs36y01lq"))))
 | 
					         (base32 "1ipnkdi8wgv519mvwa5zxlz20wipbypyfixjv2qdfd9vl1pznwvs"))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     ;; Optional: lcov and cccc, both are for code coverage
 | 
					     ;; Optional: lcov and cccc, both are for code coverage
 | 
				
			||||||
     (list doxygen))
 | 
					     (list doxygen))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue