mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ardour: Update to 5.0.
* gnu/packages/audio.scm (ardour): Update to 5.0.
This commit is contained in:
parent
fcb416154f
commit
a2529c584a
1 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ streams from live audio.")
|
|||
(define-public ardour
|
||||
(package
|
||||
(name "ardour")
|
||||
(version "4.7")
|
||||
(version "5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -188,10 +188,10 @@ streams from live audio.")
|
|||
"libs/ardour/revision.cc"
|
||||
(lambda (port)
|
||||
(format port "#include \"ardour/revision.h\"
|
||||
namespace ARDOUR { const char* revision = \"4.7-219-g0e36f8e\" ; }"))))
|
||||
namespace ARDOUR { const char* revision = \"5.0-10-g23d1d1f\" ; }"))))
|
||||
(sha256
|
||||
(base32
|
||||
"149gswphz77m3pkzsn2nqbm6yvcfa3fva560bcvjzlgb73f64q5l"))
|
||||
"0ihd6zxha1vvp4jy5s49pqyw09qxxjgrdlslrkz6ll59zdh6x7am"))
|
||||
(file-name (string-append name "-" version))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue