unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28204] [PATCH] gnu: retroarch: Update to 1.6.7.
@ 2017-08-23 11:14 Rutger Helling
  2017-08-23 12:14 ` bug#28204: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-08-23 11:14 UTC (permalink / raw)
  To: 28204


[-- Attachment #1.1: Type: text/plain, Size: 44 bytes --]

Here's a patch to update retroarch to 1.6.7.

[-- Attachment #1.2: Type: text/html, Size: 231 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-retroarch-Update-to-1.6.7.patch --]
[-- Type: text/x-diff; name=0001-gnu-retroarch-Update-to-1.6.7.patch, Size: 1092 bytes --]

* gnu/packages/games.scm (retroarch): Update to 1.6.7.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7932e841c..834d40294 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1343,15 +1343,15 @@ either by Infocom or created using the Inform compiler.")
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.6.3")
+    (version "1.6.7")
     (source
      (origin
        (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"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0a0w2sjizjs20376h7j1gfi0qccr8mhkl1cm6hi0c17hy1493l6d"))))
+        (base32 "13vp5skf95a4fla3dwdk2v48dgnmrvimvp9fgpr1vppb7wfjhbr1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28204: [PATCH] gnu: retroarch: Update to 1.6.7.
  2017-08-23 11:14 [bug#28204] [PATCH] gnu: retroarch: Update to 1.6.7 Rutger Helling
@ 2017-08-23 12:14 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2017-08-23 12:14 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 28204-close

Rutger Helling <rhelling@mykolab.com> writes:

> Here's a patch to update retroarch to 1.6.7.

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-23 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 11:14 [bug#28204] [PATCH] gnu: retroarch: Update to 1.6.7 Rutger Helling
2017-08-23 12:14 ` bug#28204: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).