mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
fdfd6ccd22
commit
5421d27b8d
1 changed files with 9 additions and 9 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue