me
/
guix
Archived
1
0
Fork 0

gnu: pd: Update to 0.47-1.

* gnu/packages/music.scm (pd): Update to 0.47-1.
master
Ricardo Wurmus 2017-04-02 12:41:14 +02:00
parent f9b8b54e62
commit 037bf4f4a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 6 deletions

View File

@ -1360,17 +1360,15 @@ export.")
(define-public pd (define-public pd
(package (package
(name "pd") (name "pd")
(version "0.45.4") (version "0.47-1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "mirror://sourceforge/pure-data/pure-data/" (string-append "http://msp.ucsd.edu/Software/pd-"
version "/pd-" (version-major+minor version) version ".src.tar.gz"))
"-" (last (string-split version #\.))
".src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1ls2ap5yi2zxvmr247621g4jx0hhfds4j5704a050bn2n3l0va2p")))) "0k5s949kqd7yw97h3m8z81bjz32bis9m4ih8df1z0ymipnafca67"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target