gnu: retroarch: Update to 1.7.2.
* gnu/packages/emulators.scm (retroarch): Update to 1.7.2.
This commit is contained in:
		
							parent
							
								
									ba39d32807
								
							
						
					
					
						commit
						b24b19e3ff
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1043,7 +1043,7 @@ emulation community.  It provides highly accurate emulation.") | |||
| (define-public retroarch | ||||
|   (package | ||||
|     (name "retroarch") | ||||
|     (version "1.7.1") | ||||
|     (version "1.7.2") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|  | @ -1051,7 +1051,7 @@ emulation community.  It provides highly accurate emulation.") | |||
|                            version ".tar.gz")) | ||||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "1wykv0w0kdlh7lh0k1ig0lpk5vh4c7r19jlfa9103jmjlryrq679")))) | ||||
|         (base32 "1sk3cp8y4rdiyhk2rgk1asdla5mpmybr778v0zqb5m4iyhrd1m2y")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      '(#:tests? #f                      ; no tests | ||||
|  |  | |||
		Reference in a new issue