From 6052fd73ae60760407ea2c57007ad11b60e60f4e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 19 Jul 2020 02:18:53 +0200 Subject: gnu: 7kaa: Update to 2.15.4p1. * gnu/packages/games.scm (7kaa): Update to 2.15.4p1. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 36e379dd99..e037ff649c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11459,7 +11459,7 @@ protect you.") (define-public 7kaa (package (name "7kaa") - (version "2.15.4") + (version "2.15.4p1") (source (origin (method url-fetch) @@ -11467,7 +11467,7 @@ protect you.") "releases/download/v" version "/" "7kaa-" version ".tar.xz")) (sha256 - (base32 "0n0bn6xshv3cwk8j0lkl65a1vqd1xkkzlhvwxm32va80nc16d5ds")))) + (base32 "1y7v0jhp3apb619p7asikqr1dnwb2yxbh40wbx1ppmr5f03mq9ph")))) (build-system gnu-build-system) (native-inputs `(("gettext" ,gettext-minimal) -- cgit v1.2.3 '/guix/about/'>aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/base.scm
AgeCommit message (Expand)Author
2020-04-07services: guix: Add 'set-http-proxy' action....Ludovic Courtès
2020-04-06services: syslog: Create log files as non-world-readable....Ludovic Courtès
2020-03-05tests: 'run-basic-test' can enter a root password....Ludovic Courtès
2019-06-24tests: Import (guix build utils) in the marionette....Ludovic Courtès
2019-05-15tests: Skip unreliable "herd invalidate nscd" test....Ludovic Courtès
2019-05-15tests: 'getlogin' test creates its file atomically....Ludovic Courtès
2019-05-09services: Log-in services now require "pam_loginuid"....Ludovic Courtès
2019-03-08activation: Shared system home directories are now 555 and root-owned....Ludovic Courtès
2019-03-04tests: Use non-deprecated (guix store) API....Ludovic Courtès
2019-01-16services: avahi: Deprecate the 'avahi-service' procedure....Ludovic Courtès
2019-01-11services: Deprecate a few more service procedures....Ludovic Courtès
2018-12-18file-systems: Spawn a REPL only when interaction is possible....Ludovic Courtès
2018-11-18activation: Aways pass '-d HOME' to 'useradd'....Ludovic Courtès
2018-11-13services: nscd: Add 'invalidate' and 'statistics' actions....Ludovic Courtès
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-09-08tests: base: Add Guile-Gcrypt & co. to the search path....Ludovic Courtès