gnu: pd: Update to 0.50-2.

* gnu/packages/music.scm (pd): Update to 0.50-2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-04 13:14:39 +01:00
parent ce63a3b90a
commit 4fe7adcbcc
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1830,7 +1830,7 @@ (define-public tuxguitar
(define-public pd (define-public pd
(package (package
(name "pd") (name "pd")
(version "0.50-0") (version "0.50-2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1838,7 +1838,7 @@ (define-public pd
version ".src.tar.gz")) version ".src.tar.gz"))
(sha256 (sha256
(base32 (base32
"0hg4n5b55f650qsc0mjx559072dp7vfza7w0pvk6rk2l831cvsps")))) "0dz6r6jy0zfs1xy1xspnrxxks8kddi9c7pxz4vpg2ygwv83ghpg5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target