unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rutger Helling <rhelling@mykolab.com>
To: 29385@debbugs.gnu.org
Subject: [bug#29385] [PATCH] gnu: retroarch: Update to 1.6.9.
Date: Tue, 21 Nov 2017 20:08:39 +0100	[thread overview]
Message-ID: <d10c5bab98421b2a9b5a92fdf8bac902@mykolab.com> (raw)


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

Hey Guix, 

Here's yet another update for retroarch that just released.

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

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

From f718410c3e6ccf883b6cfbe27c88e5f5f23c85ed Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 21 Nov 2017 20:05:48 +0100
Subject: [PATCH] gnu: retroarch: Update to 1.6.9.

* gnu/packages/games.scm (retroarch): Update to 1.6.9.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 816e52860..73ffa74c7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1346,7 +1346,7 @@ either by Infocom or created using the Inform compiler.")
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.6.8")
+    (version "1.6.9")
     (source
      (origin
        (method url-fetch)
@@ -1354,7 +1354,7 @@ either by Infocom or created using the Inform compiler.")
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "129w73jz2c2jwm8cxv8q9d0jacdsam5x91gvydlcy8asd2dyhpn5"))))
+        (base32 "1d3qbph59d43k10mprqm8h23143yji5mwjkciwynwa4xvsgydpb6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests
-- 
2.15.0


             reply	other threads:[~2017-11-21 19:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-21 19:08 Rutger Helling [this message]
2017-11-21 21:09 ` bug#29385: [PATCH] gnu: retroarch: Update to 1.6.9 Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d10c5bab98421b2a9b5a92fdf8bac902@mykolab.com \
    --to=rhelling@mykolab.com \
    --cc=29385@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).