gnu: retroarch: Update to 1.6.7.
* gnu/packages/games.scm (retroarch): Update to 1.6.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									35e657017c
								
							
						
					
					
						commit
						56cdca9537
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1343,15 +1343,15 @@ either by Infocom or created using the Inform compiler.")
 | 
				
			||||||
(define-public retroarch
 | 
					(define-public retroarch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "retroarch")
 | 
					    (name "retroarch")
 | 
				
			||||||
    (version "1.6.3")
 | 
					    (version "1.6.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://github.com/libretro/RetroArch/archive/"
 | 
					       (uri (string-append "https://github.com/libretro/RetroArch/archive/v"
 | 
				
			||||||
                           version ".tar.gz"))
 | 
					                           version ".tar.gz"))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0a0w2sjizjs20376h7j1gfi0qccr8mhkl1cm6hi0c17hy1493l6d"))))
 | 
					        (base32 "13vp5skf95a4fla3dwdk2v48dgnmrvimvp9fgpr1vppb7wfjhbr1"))))
 | 
				
			||||||
    (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