mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libopenmpt: Update to 0.5.4.
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.4.
This commit is contained in:
parent
c24d1f2e6f
commit
a79e05f9e8
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ Linux kernel.")
|
||||||
(define-public libopenmpt
|
(define-public libopenmpt
|
||||||
(package
|
(package
|
||||||
(name "libopenmpt")
|
(name "libopenmpt")
|
||||||
(version "0.5.3")
|
(version "0.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -309,7 +309,7 @@ Linux kernel.")
|
||||||
(string-append "https://download.openmpt.org/archive/libopenmpt/src/"
|
(string-append "https://download.openmpt.org/archive/libopenmpt/src/"
|
||||||
"libopenmpt-" version "+release.autotools.tar.gz"))
|
"libopenmpt-" version "+release.autotools.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f155yf5v57dwhzb7z0kh67lckr3yq4x8040dm54qgbxw582la77"))))
|
(base32 "0h7gpjx1221jwsq3k91p8zhf1h77qaxyasakc88s3g57vawhckgk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Add table
Reference in a new issue