mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: sameboy: Update to 0.16.3.
* gnu/packages/emulators.scm (sameboy): Update to 0.16.3. Change-Id: I56a1bd092e1ce00733d8fea8ab372b2bd52c8b7b Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
1724d0f169
commit
ef54287fef
1 changed files with 2 additions and 2 deletions
|
@ -792,7 +792,7 @@ (define-public mgba
|
|||
(define-public sameboy
|
||||
(package
|
||||
(name "sameboy")
|
||||
(version "0.16.2")
|
||||
(version "0.16.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -801,7 +801,7 @@ (define-public sameboy
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ckx5dm57h7ncvfqqqb2mdl5dcmhkardcn78zv965h6w1yxg0ii8"))))
|
||||
(base32 "1jdjg59vzzkbi3c3qaxpsxqx955sb86cd3kcypb0nhjxbnwac1di"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list rgbds pkg-config))
|
||||
|
|
Loading…
Reference in a new issue