gnu: libxmp: Run guix style.

* gnu/packages/audio.scm (libxmp): Run guix style.

Change-Id: I5d6b137079d50f8223ae682371aff90663534253
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Hugo Buddelmeijer 2025-08-02 14:57:41 +02:00 committed by Andreas Enge
parent fdfd6ccd22
commit 5421d27b8d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4905,15 +4905,15 @@ surround and reverb.")
(package
(name "libxmp")
(version "4.6.3")
(source (origin
(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
"0mb54n2cqr8wvq02x9v8vdanvn01bhy0j1pyq2n3iykfnpjx4f2m"))))
(source
(origin
(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 "0mb54n2cqr8wvq02x9v8vdanvn01bhy0j1pyq2n3iykfnpjx4f2m"))))
(build-system gnu-build-system)
(native-inputs (list autoconf))
(home-page "https://xmp.sourceforge.net/")