gnu: mednafen: Update to 1.26.1.
* gnu/packages/emulators.scm (mednafen): Update to 1.26.1.
This commit is contained in:
		
							parent
							
								
									7135dc36e0
								
							
						
					
					
						commit
						f64d265076
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -477,14 +477,14 @@ V2.")
 | 
				
			||||||
(define-public mednafen
 | 
					(define-public mednafen
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mednafen")
 | 
					    (name "mednafen")
 | 
				
			||||||
    (version "1.24.3")
 | 
					    (version "1.26.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://mednafen.github.io/releases/files/"
 | 
					       (uri (string-append "https://mednafen.github.io/releases/files/"
 | 
				
			||||||
                           "mednafen-" version ".tar.xz"))
 | 
					                           "mednafen-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "03zplcfvmnnv7grhacmr1zy789pb2wda36wylmzmar23g0zqbsix"))))
 | 
					        (base32 "1x7xhxjhwsdbak8l0iyb497f043xkhibk73w96xck4j2bk10fac4"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue