[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: retroarch: Update to 1.18.0.
From: |
guix-commits |
Subject: |
05/06: gnu: retroarch: Update to 1.18.0. |
Date: |
Mon, 25 Mar 2024 16:59:04 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 3083fbedd0c2778b4bc9770be91937fbcb51ff4a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 23 21:02:06 2024 +0800
gnu: retroarch: Update to 1.18.0.
* gnu/packages/emulators.scm (retroarch): Update to 1.18.0.
Change-Id: I324df0145b908fd0fb901bdb4482621a2ba48153
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 @@ as RetroArch.")
(define-public retroarch
(package
(name "retroarch")
- (version "1.17.0")
+ (version "1.18.0")
(source
(origin
(method git-fetch)
@@ -1443,7 +1443,7 @@ as 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
- branch master updated (929ddec8f4 -> f3a9c701ac), guix-commits, 2024/03/25
- 01/06: gnu: nar-herder: Update to 0-25.50de312., guix-commits, 2024/03/25
- 02/06: services: nar-herder: Add new configuration options., guix-commits, 2024/03/25
- 05/06: gnu: retroarch: Update to 1.18.0.,
guix-commits <=
- 06/06: gnu: bemenu: Update to 0.6.21., guix-commits, 2024/03/25
- 04/06: gnu: xe: Fix cross-compilation., guix-commits, 2024/03/25
- 03/06: gnu: opencv: Update to 4.9.0., guix-commits, 2024/03/25