GNU bug report logs -
#69965
[PATCH] gnu: retroarch: Update to 1.18.0.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sat, 23 Mar 2024 13:46:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 25 Mar 2024 21:11:58 +0000
with message-id <87il1aggn5.fsf <at> cbaines.net>
and subject line Re: [bug#69965] [PATCH] gnu: retroarch: Update to 1.18.0.
has caused the debbugs.gnu.org bug report #69965,
regarding [PATCH] gnu: retroarch: Update to 1.18.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
69965: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69965
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
iyzsong--- via Guix-patches via <guix-patches <at> gnu.org> writes:
> From: 宋文武 <iyzsong <at> 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(-)
Looks good to me, I've pushed this to master as
3083fbedd0c2778b4bc9770be91937fbcb51ff4a.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.