mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sdl2-gamecontrollerdb: Update to 0-1.9d09945.
* gnu/packages/sdl.scm (sdl2-gamecontrollerdb): Update to 0-1.9d09945. Change-Id: I593fdac1ae4c8e439e2b29eab5880a6acdde80bc Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
f3e17f9ff1
commit
843b85c427
1 changed files with 3 additions and 3 deletions
|
@ -571,8 +571,8 @@ (define-public sdl2-ttf
|
|||
(properties '((upstream-name . "SDL2_ttf")))))
|
||||
|
||||
(define-public sdl2-gamecontrollerdb
|
||||
(let ((commit "6f3c4edcb5a2e2ed090ca8af40d2c0f00dcd77f6")
|
||||
(revision "0"))
|
||||
(let ((commit "9d0994523206c9d73925d78d185531c4c7331db7")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sdl2-gamecontrollerdb")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -584,7 +584,7 @@ (define-public sdl2-gamecontrollerdb
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gciqc8qm2qgcjj5s9jpclznznsp6awl4ldrnj7g01chkcx0l6a3"))))
|
||||
(base32 "08rv3i6sh90ibphxnv9r6h1zjyq88x9hq3smvf6cnlqvirnam94s"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan '(("gamecontrollerdb.txt" "share/sdl2/"))))
|
||||
|
|
Loading…
Reference in a new issue