gnu: retroarch: Update to 1.6.1.

* gnu/packages/games.scm (retroarch): Update to 1.6.1.
[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2017-06-25 01:21:37 +02:00
parent a70d06b51a
commit 68f30310e1
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 3 additions and 3 deletions

View File

@ -1263,7 +1263,7 @@ either by Infocom or created using the Inform compiler.")
(define-public retroarch (define-public retroarch
(package (package
(name "retroarch") (name "retroarch")
(version "1.6.0") (version "1.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1271,7 +1271,7 @@ either by Infocom or created using the Inform compiler.")
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 "01h9mswlfjk3zpdxwk1ciy5qkq6xq925gvk6wrh8k066b2wx8f8k")))) (base32 "121h9j57gvjr155vvm4f7ybphfvqrdz2ib059kfi444xcxz19sl0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f ; no tests
@ -1307,7 +1307,7 @@ either by Infocom or created using the Inform compiler.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("which" ,which))) ("which" ,which)))
(home-page "http://www.libretro.com/") (home-page "https://www.libretro.com/")
(synopsis "Reference frontend for the libretro API") (synopsis "Reference frontend for the libretro API")
(description (description
"Libretro is a simple but powerful development interface that allows for "Libretro is a simple but powerful development interface that allows for