mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: libopenmpt: Update to 0.7.12; fixes build with gcc-14.
* gnu/packages/audio.scm (libopenmpt): Update to 0.7.12. Change-Id: I66ff14b63d81169f837d133bec79d65d205acee8
This commit is contained in:
parent
0417d3e161
commit
0249d41c7a
1 changed files with 2 additions and 2 deletions
|
@ -456,7 +456,7 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
|
|||
(define-public libopenmpt
|
||||
(package
|
||||
(name "libopenmpt")
|
||||
(version "0.5.9")
|
||||
(version "0.7.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -464,7 +464,7 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
|
|||
(string-append "https://download.openmpt.org/archive/libopenmpt/src/"
|
||||
"libopenmpt-" version "+release.autotools.tar.gz"))
|
||||
(sha256
|
||||
(base32 "0h86p8mnpm98vc4v6jbvrmm02fch7dnn332i26fg3a2s1738m04d"))))
|
||||
(base32 "160cbvbzv8wc9jlclfbxycr31h40dh14z56cnljya096czikravr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Add table
Reference in a new issue