gnu: lua: Update to 5.4.6.
* gnu/packages/lua.scm (lua): Update to 5.4.6.
This commit is contained in:
		
							parent
							
								
									1d70205ad7
								
							
						
					
					
						commit
						02e7d60576
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -119,13 +119,13 @@ for configuration, scripting, and rapid prototyping.") | |||
| 
 | ||||
| (define-public lua-5.4 | ||||
|   (package (inherit lua) | ||||
|            (version "5.4.3") | ||||
|            (version "5.4.6") | ||||
|            (source (origin | ||||
|                      (method url-fetch) | ||||
|                      (uri (string-append "https://www.lua.org/ftp/lua-" | ||||
|                                          version ".tar.gz")) | ||||
|                      (sha256 | ||||
|                       (base32 "1yxvjvnbg4nyrdv10bq42gz6dr66pyan28lgzfygqfwy2rv24qgq")) | ||||
|                       (base32 "125dncwz8syhxk034m4fpahq7vsprfnwdqfxlffbb83arfws2pkx")) | ||||
|                      (patches (search-patches "lua-5.4-pkgconfig.patch" | ||||
|                                               "lua-5.4-liblua-so.patch")))))) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue