all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69072] [PATCH] gnu: retroarch: Update to 1.17.0.
@ 2024-02-12 12:25 iyzsong--- via Guix-patches via
  2024-02-13 12:28 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-02-12 12:25 UTC (permalink / raw)
  To: 69072; +Cc: 宋文武

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

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

Change-Id: I8e6d1df67061bb80274649bda5964d9f4303b9dc
---
 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 690f2e0237..d77659f018 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1433,7 +1433,7 @@ (define-public libretro-lowresnx
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.16.0.3")
+    (version "1.17.0")
     (source
      (origin
        (method git-fetch)
@@ -1442,7 +1442,7 @@ (define-public retroarch
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nvvd78hx1s73nif7g02pqms29b9v072mxnld0vmsh78236qngq5"))))
+        (base32 "1mf511wh7kpj29vv7rgngamvmfs151n8j4dls7jbqasdj5hik3zi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests

base-commit: 5a61ce6bcfbd0882956e40457232da737776abe7
-- 
2.41.0





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

* [bug#69072] [PATCH] gnu: retroarch: Update to 1.17.0.
  2024-02-12 12:25 [bug#69072] [PATCH] gnu: retroarch: Update to 1.17.0 iyzsong--- via Guix-patches via
@ 2024-02-13 12:28 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-02-13 12:28 UTC (permalink / raw)
  To: iyzsong; +Cc: iyzsong, 69072-done, 69072

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]


iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/emulators.scm (retroarch): Update to 1.17.0.
>
> Change-Id: I8e6d1df67061bb80274649bda5964d9f4303b9dc
> ---
>  gnu/packages/emulators.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me, I've pushed this to master as
8073252e06d1ff1b0b23357dface67fdbb423c17.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2024-02-13 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12 12:25 [bug#69072] [PATCH] gnu: retroarch: Update to 1.17.0 iyzsong--- via Guix-patches via
2024-02-13 12:28 ` Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.