~ruther/guix-local

8aba80b2d0cacdbee1720114c72c20803ff1d51b — Liliana Marie Prikler a month ago 65f57fc
gnu: oshu: Update to 2.0.3.

* gnu/packages/games.scm (oshu): Update to 2.0.3.
[inputs]: Replace ffmpeg-4 with ffmpeg-6.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +3 -3
@@ 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,