gnu: pd: Update to 0.50-0.

* gnu/packages/music.scm (pd): Update to 0.50-0.
master
Tobias Geerinckx-Rice 2019-08-21 21:51:35 +02:00
parent 8ce1b78b5b
commit 4bad41e015
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -1790,7 +1790,7 @@ export.")
(define-public pd (define-public pd
(package (package
(name "pd") (name "pd")
(version "0.49-0") (version "0.50-0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1798,10 +1798,10 @@ export.")
version ".src.tar.gz")) version ".src.tar.gz"))
(sha256 (sha256
(base32 (base32
"18rzqbpgnnvyslap7k0ly87aw1bbxkb0rk5agpr423ibs9slxq6j")))) "0hg4n5b55f650qsc0mjx559072dp7vfza7w0pvk6rk2l831cvsps"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target
#:configure-flags #:configure-flags
(list (list
"--enable-jack" "--enable-jack"