diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-20 16:19:29 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-22 22:50:24 +0900 |
commit | 88f095e88a51f6a02583de277ef0ab9e833525b0 (patch) | |
tree | 1a53a8e1dd8a42007f5e9ed933b07289bd9c57b0 /gnu/packages | |
parent | ce320d27d82fa3ece26336a6f4332f28c46e0293 (diff) | |
download | guix-88f095e88a51f6a02583de277ef0ab9e833525b0.tar.gz guix-88f095e88a51f6a02583de277ef0ab9e833525b0.zip |
Revert "gnu: joycond: Update to 0.1.0-2.9d1f509."
Attempt to resolve a new 100% CPU spike problem.
This partially reverts commit ecda7d3ef7c1b31d34a4353a2fd637b9d48d75a4.
Change-Id: I9f5e05ae926e49367b2a57dad8f5188ddf0ad604
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c594b8ac2a..bb61900ace 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1763,8 +1763,8 @@ automata. The following features are available: (license license:gpl2+))) (define-public joycond - (let ((commit "9d1f5098b716681d087cca695ad714218a18d4e8") - (revision "2")) + (let ((commit "f9a66914622514c13997c2bf7ec20fa98e9dfc1d") + (revision "1")) (package (name "joycond") (version (git-version "0.1.0" revision commit)) @@ -1776,7 +1776,7 @@ automata. The following features are available: (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "089qh20si3mwj945wjhg0nbain9cn49vwh2zqab6ws2cl0938gid")))) + (base32 "07z86yp27vxc0b44jgvf1vpa69rh3wdvd1xbzcsrj3f32743pv5a")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test suite |