mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xmp: Update to 4.1.0.
* gnu/packages/audio.scm (xmp): Update to 4.1.0.
This commit is contained in:
parent
2784fca032
commit
1a79d4767a
1 changed files with 2 additions and 2 deletions
|
@ -2049,14 +2049,14 @@ (define-public libxmp
|
|||
(define-public xmp
|
||||
(package
|
||||
(name "xmp")
|
||||
(version "4.0.10")
|
||||
(version "4.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/xmp/xmp/" version "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gjylvvmq7ha0nhcjg56qfp0xxpsrcsj7y5r914svd5x1ppmzm5n"))))
|
||||
"17i8fc7x7yn3z1x963xp9iv108gxfakxmdgmpv3mlm438w3n3g8x"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue