mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ardour: Update to 7.0
* gnu/packages/audio.scm (ardour): Update to 7.0.
This commit is contained in:
parent
394684bfeb
commit
9a8c256cae
1 changed files with 3 additions and 2 deletions
|
@ -633,7 +633,7 @@ (define (ardour-rpath-phase major-version)
|
|||
(define-public ardour
|
||||
(package
|
||||
(name "ardour")
|
||||
(version "6.9")
|
||||
(version "7.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -651,7 +651,7 @@ (define-public ardour
|
|||
#t)))
|
||||
(sha256
|
||||
(base32
|
||||
"0vlcbd70y0an881zv87kc3akmaiz4w7whsy3yaiiqqjww35jg1mm"))
|
||||
"1xzgcd2d8zzgx3s9sr3kcxl3vz3vfr5l1xs9qpjplmk22dfj8b08"))
|
||||
(file-name (string-append name "-" version))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
|
@ -701,6 +701,7 @@ (define-public ardour
|
|||
flac
|
||||
glibmm
|
||||
gtkmm-2
|
||||
hicolor-icon-theme
|
||||
jack-1
|
||||
libarchive
|
||||
libart-lgpl
|
||||
|
|
Loading…
Reference in a new issue