diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-12-31 02:38:00 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-03 15:18:56 +0100 |
| commit | 8aba80b2d0cacdbee1720114c72c20803ff1d51b (patch) | |
| tree | e3e5e766e1ccba080a325dc7db05224d72640b4b /gnu | |
| parent | 65f57fc74f039b02bd58a89c0fc5a8d870363bba (diff) | |
gnu: oshu: Update to 2.0.3.
* gnu/packages/games.scm (oshu): Update to 2.0.3.
[inputs]: Replace ffmpeg-4 with ffmpeg-6.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 2ef3948a2e5..8071ede581f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10224,7 +10224,7 @@ to download and install them in @file{$HOME/.stepmania-X.Y/Songs} directory.") (define-public oshu (package (name "oshu") - (version "2.0.1") + (version "2.0.3") (source (origin (method git-fetch) @@ -10234,7 +10234,7 @@ to download and install them in @file{$HOME/.stepmania-X.Y/Songs} directory.") (file-name (git-file-name name version)) (sha256 (base32 - "1g598incc6zlls876slgwqblwiwiszkmqa4xpzw0z7mbjmmzsizz")))) + "0hk0yidmkrqj0mg6pjmwdzkaz8vvdsxxxvprj1qxjblslj2h8lvd")))) (build-system cmake-build-system) (arguments `(#:phases @@ -10245,7 +10245,7 @@ to download and install them in @file{$HOME/.stepmania-X.Y/Songs} directory.") (native-inputs (list pkg-config)) (inputs - (list cairo ffmpeg-4 pango sdl2 sdl2-image)) + (list cairo ffmpeg-6 pango sdl2 sdl2-image)) (home-page "https://github.com/fmang/oshu/") (synopsis "Rhythm game in which you click on circles") (description "@i{oshu!} is a minimalist variant of the @i{osu!} rhythm game, |
