[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/17: gnu: retroarch: Update to 1.17.0.
From: |
guix-commits |
Subject: |
16/17: gnu: retroarch: Update to 1.17.0. |
Date: |
Tue, 13 Feb 2024 06:34:51 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 8073252e06d1ff1b0b23357dface67fdbb423c17
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Feb 12 20:25:34 2024 +0800
gnu: retroarch: Update to 1.17.0.
* gnu/packages/emulators.scm (retroarch): Update to 1.17.0.
Change-Id: I8e6d1df67061bb80274649bda5964d9f4303b9dc
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 690f2e0237..d77659f018 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1433,7 +1433,7 @@ as RetroArch.")
(define-public retroarch
(package
(name "retroarch")
- (version "1.16.0.3")
+ (version "1.17.0")
(source
(origin
(method git-fetch)
@@ -1442,7 +1442,7 @@ as 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
- branch master updated (5f86eebd24 -> 85e67f7fea), guix-commits, 2024/02/13
- 01/17: gnu: opencv: Update to 4.8.1., guix-commits, 2024/02/13
- 02/17: gnu: tinydir: Update to 1.2.6., guix-commits, 2024/02/13
- 03/17: gnu: fast-float: Update to 6.0.0., guix-commits, 2024/02/13
- 07/17: gnu: yaehmop: Update to 2023.03.1., guix-commits, 2024/02/13
- 11/17: gnu: anubis: Update to 4.3., guix-commits, 2024/02/13
- 09/17: gnu: freesasa: Fix memerr tests., guix-commits, 2024/02/13
- 14/17: gnu: emacs-org-dailies: Update to 0-1.58e58d4., guix-commits, 2024/02/13
- 16/17: gnu: retroarch: Update to 1.17.0.,
guix-commits <=
- 17/17: gnu: runc: Update to 1.1.12 [security fixes]., guix-commits, 2024/02/13
- 06/17: gnu: coordgenlibs: Update to 3.0.2., guix-commits, 2024/02/13
- 04/17: gnu: gemmi: Update to 0.6.4., guix-commits, 2024/02/13
- 08/17: gnu: avalon-toolkit: Update to 2.0.5a., guix-commits, 2024/02/13
- 10/17: gnu: rdkit: Update to 2023.09.4., guix-commits, 2024/02/13
- 05/17: gnu: maeparser: Update to 1.3.1., guix-commits, 2024/02/13
- 12/17: gnu: qtpass: Update to 1.4.0., guix-commits, 2024/02/13
- 13/17: gnu: qtpass: Switch to qt-build-system and new package style., guix-commits, 2024/02/13
- 15/17: gnu: mupdf: Update to 1.23.10., guix-commits, 2024/02/13