diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-11-22 18:45:01 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-11-22 18:45:01 +0800 |
| commit | f09b0641bb2db32f652f043a14492b66e0112eff (patch) | |
| tree | 17657c3e9cdf6d0e28c1b5647afab3e633563da3 /gnu/packages | |
| parent | db59a6ea3c32598653391830c39f1cca8e8f2c1a (diff) | |
gnu: bbcsdl: Update to 1.42a.
* gnu/packages/game-development.scm (bbcsdl): Update to 1.42a.
Change-Id: I96809e997c44dd410417a8483ccb89ae54c8334b
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index d7fdb6fe747..2d465806495 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -3942,16 +3942,16 @@ editors and the command line, which is enough to create a mini retro game.") (define-public bbcsdl (package (name "bbcsdl") - (version "1.39a") + (version "1.42a") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/rtrussell/BBCSDL/") - (commit "93b0ffae960f4c4f45fdc2202bc6e83ee5ca277c"))) + (commit "e3d6e1582dc5a9f9b77b7fc2985f63d24702c7d3"))) (file-name (git-file-name name version)) (sha256 (base32 - "03ga14k2hbhflnaynbyx9lwlbxlzx3rv6zqq21yhl183s6d4c0wa")))) + "0hwyd2iv255nci9v3p86cg5i7190cslzrdpq187m8a3vc3c4pmmq")))) (build-system gnu-build-system) (arguments (list |
