[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: gnome-arcade: Update to 0.240.
From: |
guix-commits |
Subject: |
02/16: gnu: gnome-arcade: Update to 0.240. |
Date: |
Thu, 10 Mar 2022 05:43:53 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 325136b8b1ec7054211dc601e571dcd268e789d0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 10 09:17:44 2022 +0100
gnu: gnome-arcade: Update to 0.240.
* gnu/packages/emulators.scm (gnome-arcade): Update to 0.240.
---
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 e31a7eda12..d2f360cee9 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1891,7 +1891,7 @@ functions. The source code to MAME serves as this
documentation.")
(define-public gnome-arcade
(package
(name "gnome-arcade")
- (version "0.218.2")
+ (version "0.240")
(source
(origin
(method git-fetch)
@@ -1901,7 +1901,7 @@ functions. The source code to MAME serves as this
documentation.")
(file-name (git-file-name name version))
(sha256
(base32
- "1qc01a62p65qb6mwjfmxqsd6n3rglsfwrjhsp25nr7q54107n55l"))))
+ "110dpbbcj73s3i2zcnay0kdpsngcpq8mif88279pdc2967ld0a6r"))))
(build-system cmake-build-system)
(arguments
(list
- branch master updated (cceb5344ae -> 2a55f99aff), guix-commits, 2022/03/10
- 03/16: gnu: gnome-sudoku: Add missing dependency on Python., guix-commits, 2022/03/10
- 04/16: gnu: gnome-sudoku: Remove input labels., guix-commits, 2022/03/10
- 05/16: home: symlink-manager: Clarify module imports., guix-commits, 2022/03/10
- 09/16: home: symlink-manager: Remove 'empty-directory?' and avoid TOCTTOU race., guix-commits, 2022/03/10
- 02/16: gnu: gnome-arcade: Update to 0.240.,
guix-commits <=
- 08/16: home: symlink-manager: Use 'file-is-directory?'., guix-commits, 2022/03/10
- 16/16: home: symlink-manager: Rename "path" to "file" where appropriate., guix-commits, 2022/03/10
- 07/16: home: symlink-manager: Use 'for-each' when used for effects., guix-commits, 2022/03/10
- 01/16: maint: 'assert-binaries-available' only checks ci.guix.gnu.org., guix-commits, 2022/03/10
- 06/16: home: symlink-manager: Move helper procedures as top-level defines., guix-commits, 2022/03/10
- 11/16: tests: Make sure 'guix home reconfigure' backs up files., guix-commits, 2022/03/10
- 13/16: tests: Check 'guix home reconfigure' for a second generation., guix-commits, 2022/03/10
- 12/16: tests: Simplify use of 'local-file' in 'tests/guix-home.sh'., guix-commits, 2022/03/10
- 14/16: home: symlink-manager: 'cleanup-symlinks' uses 'file-system-fold'., guix-commits, 2022/03/10
- 10/16: home: symlink-manager: Avoid extra 'lstat' call., guix-commits, 2022/03/10