gnu: retroarch: Update to 1.8.1.
* gnu/packages/emulators.scm (retroarch): Update to 1.8.1.
This commit is contained in:
		
							parent
							
								
									3ed134c4a7
								
							
						
					
					
						commit
						bd67162479
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1053,7 +1053,7 @@ emulation community.  It provides highly accurate emulation.")
 | 
				
			||||||
(define-public retroarch
 | 
					(define-public retroarch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "retroarch")
 | 
					    (name "retroarch")
 | 
				
			||||||
    (version "1.8.0")
 | 
					    (version "1.8.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1062,7 +1062,7 @@ emulation community.  It provides highly accurate emulation.")
 | 
				
			||||||
             (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 "1mgszd8gb5nk08kfykap9b1l5rl4qfy39dbba8crjj0zkc4z1jga"))))
 | 
					        (base32 "0y7rcpz7psf8k3agsrq277jdm651vbnn9xpqvmj2in1a786idya7"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f                      ; no tests
 | 
					     `(#:tests? #f                      ; no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue