mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ardour: Update to 8.9.
* gnu/packages/audio.scm (ardour): Update to 8.9. Change-Id: I078525cca433e94880f5177694cf98fbf5fcb872
This commit is contained in:
parent
ba0340eec2
commit
48f1d935f2
1 changed files with 2 additions and 2 deletions
|
@ -765,7 +765,7 @@ (define ardour-bundled-media
|
|||
(define-public ardour
|
||||
(package
|
||||
(name "ardour")
|
||||
(version "8.8")
|
||||
(version "8.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -782,7 +782,7 @@ (define-public ardour
|
|||
namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \"\"; }")))))
|
||||
(sha256
|
||||
(base32
|
||||
"1wam4vq9l4g626x8rdvr6c3dqv8fc6llyxriiq77zyqc9sba3pjb"))
|
||||
"0yxw083kxx69z927jd9jivm6s8b847lkf5a1fyrrpkja83mv29c9"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue