mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +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
2119583698
commit
4df2baaedb
1 changed files with 2 additions and 2 deletions
|
@ -449,7 +449,7 @@ (define-public libgme
|
|||
(define-public libopenmpt
|
||||
(package
|
||||
(name "libopenmpt")
|
||||
(version "0.5.9")
|
||||
(version "0.7.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -457,7 +457,7 @@ (define-public libopenmpt
|
|||
(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…
Reference in a new issue