mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: joycond: Update to 0.1.0-2.5b590ec.
* gnu/packages/games.scm (joycond): Update to 0.1.0-2.5b590ec. Change-Id: I86a258b6d2992e6b72b4bc4b33b4fdfb2c94e296
This commit is contained in:
parent
88f095e88a
commit
94023ae509
1 changed files with 7 additions and 3 deletions
|
@ -1763,8 +1763,12 @@ (define-public golly
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public joycond
|
||||
(let ((commit "f9a66914622514c13997c2bf7ec20fa98e9dfc1d")
|
||||
(revision "1"))
|
||||
;; Important: Do *not* update to a newer commit until an issue causing a
|
||||
;; 100% CPU usage in the next commit
|
||||
;; cdec32865c6093bd4761326ea461aaa2fcf7d1b4 is resolved (see:
|
||||
;; https://github.com/DanielOgorchock/joycond/issues/153).
|
||||
(let ((commit "5b590ecc9bca181d8bc21377e752126bc9180319")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "joycond")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
|
@ -1776,7 +1780,7 @@ (define-public joycond
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07z86yp27vxc0b44jgvf1vpa69rh3wdvd1xbzcsrj3f32743pv5a"))))
|
||||
(base32 "18aig7x5n8hh8ffw0qk2hx2b93xrs4jp652vp8cxklw9xyy33f15"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no test suite
|
||||
|
|
Loading…
Reference in a new issue