gnu: patchage: Update to 1.0.4.
* gnu/packages/audio.scm (patchage): Update to 1.0.4.
This commit is contained in:
parent
f40526c608
commit
c3e70aac9c
1 changed files with 2 additions and 2 deletions
|
@ -2840,7 +2840,7 @@ buffers, and audio capture.")
|
||||||
(define-public patchage
|
(define-public patchage
|
||||||
(package
|
(package
|
||||||
(name "patchage")
|
(name "patchage")
|
||||||
(version "1.0.2")
|
(version "1.0.4")
|
||||||
(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-"
|
||||||
|
@ -2848,7 +2848,7 @@ buffers, and audio capture.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dk3fiac10m83mwss3026yz7ygc47c2iw924cwwnh2fyydc9bsy6"))))
|
"0gbakiw3mikgbvy3pssrmqmn7z5c7kp4vyaxj5rs4jnkscxgw9vw"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
Reference in a new issue