Archived
1
0
Fork 0

gnu: mupen64plus-audio-sdl: Update to 2.5.9.

* gnu/packages/emulators.scm (mupen64plus-audio-sdl): Update to 2.5.9.

Change-Id: If888cf62ee2247438d47cd385d7812ad22fb8068
This commit is contained in:
Maxim Cournoyer 2024-05-05 12:19:20 -04:00
parent 4e6701a09a
commit 2b25208c81
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -886,7 +886,7 @@ core library.")
(define-public mupen64plus-audio-sdl (define-public mupen64plus-audio-sdl
(package (package
(name "mupen64plus-audio-sdl") (name "mupen64plus-audio-sdl")
(version "2.5") (version "2.5.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -895,7 +895,7 @@ core library.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0z19amfg9vr2pqjjri1ipc7hs681fzjcnb0f9y7bjhp5n8d7p6bb")))) (base32 "0j78xk78fj7lhi6jk6npr7wm9ix7qyr5cbaaqsmk6pqw6gfx81kz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config which)) (list pkg-config which))