M gnu/packages/audio.scm => gnu/packages/audio.scm +8 -5
@@ 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