unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 69965@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#69965] [PATCH] gnu: retroarch: Update to 1.18.0.
Date: Sat, 23 Mar 2024 21:02:06 +0800	[thread overview]
Message-ID: <d27f4e7e592c1aee66405a8fbc5c5aa3674cdfd5.1711198917.git.iyzsong@member.fsf.org> (raw)

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/emulators.scm (retroarch): Update to 1.18.0.

Change-Id: I324df0145b908fd0fb901bdb4482621a2ba48153
---
 gnu/packages/emulators.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 5916717a31..a935808da5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1434,7 +1434,7 @@ (define-public libretro-lowresnx
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.17.0")
+    (version "1.18.0")
     (source
      (origin
        (method git-fetch)
@@ -1443,7 +1443,7 @@ (define-public retroarch
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mf511wh7kpj29vv7rgngamvmfs151n8j4dls7jbqasdj5hik3zi"))))
+        (base32 "0wdl9zrb1gpqgrxxmv6fida1si1s5g6061aja9dm0hnbpa8cbsdq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests

base-commit: 9f11c33b6d2c16e710fa2ef3c74f985e2b885350
-- 
2.41.0





             reply	other threads:[~2024-03-23 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-23 13:02 iyzsong--- via Guix-patches via [this message]
2024-03-25 21:11 ` bug#69965: [PATCH] gnu: retroarch: Update to 1.18.0 Christopher Baines

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=d27f4e7e592c1aee66405a8fbc5c5aa3674cdfd5.1711198917.git.iyzsong@member.fsf.org \
    --to=guix-patches@gnu.org \
    --cc=69965@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.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).