diff options
author | Marius Bakke <[email protected]> | 2022-09-09 23:04:13 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-09 23:04:13 +0200 |
commit | 9ef33dce949214d018774a4ff82f069b1a5e1f0f (patch) | |
tree | 232590cdca27fc7c0a047d1903db7dbd0a6b1f40 /gnu/packages/emulators.scm | |
parent | 5fcbbe37c08dbe913d62523695a19357a08e2701 (diff) | |
parent | 8fbd8c82455e6f1bbbe623965b2452f8f8a01242 (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 92af9adced..85912caf7f 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -773,7 +773,7 @@ and Game Boy Color games.") (define-public sameboy (package (name "sameboy") - (version "0.15") + (version "0.15.5") (source (origin (method git-fetch) @@ -782,7 +782,7 @@ and Game Boy Color games.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rhl9khc5pxbikjsq4aha5cpqfxf3bnxalc94idd4haw0zf892q9")))) + (base32 "0ly9x6cch0wdcnsp0qmrdl6r2h8805jp8hwji3fwswj8rlhxkpa7")))) (build-system gnu-build-system) (native-inputs (list rgbds pkg-config)) |