mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-15 23:05:20 +02:00
gnu: libxmp: Update to 4.6.3.
* gnu/packages/audio.scm (libxmp): Update to 4.6.3. [source]: Switch to github. [native-inputs]: Add autoconf. Change-Id: Ic1aec890e0ec6db20f1e73acea0ff30da5b25923 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
6c95f0a0ef
commit
fdfd6ccd22
@@ -4904,15 +4904,18 @@ surround and reverb.")
|
||||
(define-public libxmp
|
||||
(package
|
||||
(name "libxmp")
|
||||
(version "4.4.1")
|
||||
(version "4.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/xmp/libxmp/" version "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/libxmp/libxmp")
|
||||
(commit (string-append "libxmp-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kycz4jsyvmf7ny9227b497wc7y5ligydi6fvvldmkf8hk63ad9m"))))
|
||||
"0mb54n2cqr8wvq02x9v8vdanvn01bhy0j1pyq2n3iykfnpjx4f2m"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list autoconf))
|
||||
(home-page "https://xmp.sourceforge.net/")
|
||||
(synopsis "Module player library")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user