mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pd: Update to 0.51-0.
* gnu/packages/music.scm (pd): Update to 0.51-0.
This commit is contained in:
parent
8c5b29c796
commit
f6b8b1817e
1 changed files with 2 additions and 2 deletions
|
@ -1881,7 +1881,7 @@ (define-public tuxguitar
|
|||
(define-public pd
|
||||
(package
|
||||
(name "pd")
|
||||
(version "0.50-2")
|
||||
(version "0.51-0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1889,7 +1889,7 @@ (define-public pd
|
|||
version ".src.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dz6r6jy0zfs1xy1xspnrxxks8kddi9c7pxz4vpg2ygwv83ghpg5"))))
|
||||
"0qzv4hjf4h7xx00ihnbl43pxa0fia9qkc8nwgzhqrs12jiljz6ps"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(let ((wish (string-append "wish" (version-major+minor
|
||||
|
|
Loading…
Reference in a new issue