diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 12:19:20 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 14:03:15 -0400 |
commit | 2b25208c81be88913c32e085cfdff1b7777ce833 (patch) | |
tree | cea413072e751a0b2456022389815ceadd92de36 /gnu | |
parent | 4e6701a09a1de0830469738baa6227a7f6ac7270 (diff) | |
download | guix-2b25208c81be88913c32e085cfdff1b7777ce833.tar.gz guix-2b25208c81be88913c32e085cfdff1b7777ce833.zip |
gnu: mupen64plus-audio-sdl: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-audio-sdl): Update to 2.5.9.
Change-Id: If888cf62ee2247438d47cd385d7812ad22fb8068
Diffstat (limited to 'gnu')
-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 331e423669..a0601508aa 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -886,7 +886,7 @@ core library.") (define-public mupen64plus-audio-sdl (package (name "mupen64plus-audio-sdl") - (version "2.5") + (version "2.5.9") (source (origin (method git-fetch) @@ -895,7 +895,7 @@ core library.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0z19amfg9vr2pqjjri1ipc7hs681fzjcnb0f9y7bjhp5n8d7p6bb")))) + (base32 "0j78xk78fj7lhi6jk6npr7wm9ix7qyr5cbaaqsmk6pqw6gfx81kz")))) (build-system gnu-build-system) (native-inputs (list pkg-config which)) |