From 8aba80b2d0cacdbee1720114c72c20803ff1d51b Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Wed, 31 Dec 2025 02:38:00 +0100 Subject: [PATCH] gnu: oshu: Update to 2.0.3. * gnu/packages/games.scm (oshu): Update to 2.0.3. [inputs]: Replace ffmpeg-4 with ffmpeg-6. --- gnu/packages/games.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 2ef3948a2e522ebf4e4323d08bd3f75a6c9b8622..8071ede581f324f3056280d31c0c58b426ede662 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,