gnu: moc: Update to 2.5.2.
* gnu/packages/music.scm (moc): Update to 2.5.2. [source](modules, snippet): Remove timestamps from the output.
This commit is contained in:
parent
b0a567640c
commit
2fbc004f43
|
@ -2179,7 +2179,7 @@ with a number of bugfixes and changes to improve IT playback.")
|
||||||
(define-public moc
|
(define-public moc
|
||||||
(package
|
(package
|
||||||
(name "moc")
|
(name "moc")
|
||||||
(version "2.5.1")
|
(version "2.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://ftp.daper.net/pub/soft/"
|
(uri (string-append "http://ftp.daper.net/pub/soft/"
|
||||||
|
@ -2187,7 +2187,13 @@ with a number of bugfixes and changes to improve IT playback.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wn4za08z64bhsgfhr9c0crfyvy8c3b6a337wx7gz19am5srqh8v"))))
|
"026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
;; Remove use of __DATE__ and __TIME__ for reproducibility.
|
||||||
|
'(substitute* "main.c"
|
||||||
|
(("printf \\(\" Built : %s\", __DATE__\\);") "")
|
||||||
|
(("printf \\(\" %s\", __TIME__\\);") "")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
|
Loading…
Reference in New Issue