Archived
1
0
Fork 0

gnu: portaudio: Update to 190600.20161030.

* gnu/packages/audio.scm (portaudio): Update to 190600.20161030.
* gnu/packages/patches/portaudio-audacity-compat.patch: Adjust line endings.
This commit is contained in:
Marius Bakke 2017-04-21 14:44:07 +02:00
parent eb3574fb7d
commit 80420acb5e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 32 additions and 32 deletions

View file

@ -2433,7 +2433,7 @@ portions of LAME.")
(define-public portaudio (define-public portaudio
(package (package
(name "portaudio") (name "portaudio")
(version "19.20140130") (version "190600.20161030")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2442,7 +2442,7 @@ portions of LAME.")
(string-map (lambda (c) (if (char=? c #\.) #\_ c)) version) (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
".tgz")) ".tgz"))
(sha256 (sha256
(base32 "0mwddk4qzybaf85wqfhxqlf0c5im9il8z03rd4n127k8y2jj9q4g")) (base32 "04qmin6nj144b8qb9kkd9a52xfvm0qdgm8bg8jbl7s3frmyiv8pm"))
(patches (search-patches "portaudio-audacity-compat.patch")))) (patches (search-patches "portaudio-audacity-compat.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs