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 @@ (define-public freealut
|
|||
(define-public patchage
|
||||
(package
|
||||
(name "patchage")
|
||||
(version "1.0.2")
|
||||
(version "1.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.drobilla.net/patchage-"
|
||||
|
@ -2848,7 +2848,7 @@ (define-public patchage
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dk3fiac10m83mwss3026yz7ygc47c2iw924cwwnh2fyydc9bsy6"))))
|
||||
"0gbakiw3mikgbvy3pssrmqmn7z5c7kp4vyaxj5rs4jnkscxgw9vw"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue