gnu: patchage: Update to 1.0.2.
* gnu/packages/audio.scm (patchage): Update to 1.0.2.
This commit is contained in:
parent
32cde877ee
commit
b91dcefda1
1 changed files with 3 additions and 3 deletions
|
@ -2191,7 +2191,7 @@ buffers, and audio capture.")
|
||||||
(define-public patchage
|
(define-public patchage
|
||||||
(package
|
(package
|
||||||
(name "patchage")
|
(name "patchage")
|
||||||
(version "1.0.0")
|
(version "1.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.drobilla.net/patchage-"
|
(uri (string-append "https://download.drobilla.net/patchage-"
|
||||||
|
@ -2199,10 +2199,10 @@ buffers, and audio capture.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1agdpwwi42176l4mxj0c4fsvdiv1ig56bfnnx0msckxmy57df8bb"))))
|
"0dk3fiac10m83mwss3026yz7ygc47c2iw924cwwnh2fyydc9bsy6"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:python ,python-2))
|
#:python ,python-2))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
|
Reference in a new issue