me
/
guix
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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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))