gnu: ardour: Update to 5.3.

* gnu/packages/audio.scm (ardour): Update to 5.3.
This commit is contained in:
Ricardo Wurmus 2016-09-09 07:20:31 +02:00
parent 585b72c6f0
commit 96262573a3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -178,7 +178,7 @@ streams from live audio.")
(define-public ardour (define-public ardour
(package (package
(name "ardour") (name "ardour")
(version "5.0") (version "5.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -192,10 +192,10 @@ streams from live audio.")
"libs/ardour/revision.cc" "libs/ardour/revision.cc"
(lambda (port) (lambda (port)
(format port "#include \"ardour/revision.h\" (format port "#include \"ardour/revision.h\"
namespace ARDOUR { const char* revision = \"5.0-10-g23d1d1f\" ; }")))) namespace ARDOUR { const char* revision = \"5.3\" ; }"))))
(sha256 (sha256
(base32 (base32
"0ihd6zxha1vvp4jy5s49pqyw09qxxjgrdlslrkz6ll59zdh6x7am")) "0xdyc3syxg4drg7rafadhlrn6nycg169ay6q5xhga19kcwy6qmqm"))
(file-name (string-append name "-" version)))) (file-name (string-append name "-" version))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments