mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: ardour: Update to 7.5.
* gnu/packages/audio.scm (ardour): Update to 7.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
65974e8aa7
commit
bf6727fadf
1 changed files with 2 additions and 2 deletions
|
@ -739,7 +739,7 @@ (define (ardour-rpath-phase major-version)
|
|||
(define-public ardour
|
||||
(package
|
||||
(name "ardour")
|
||||
(version "7.4")
|
||||
(version "7.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -756,7 +756,7 @@ (define-public ardour
|
|||
namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \"\"; }")))))
|
||||
(sha256
|
||||
(base32
|
||||
"0v66h9fghjyjinldw9yfhhlfi3my235x6n4dpxx432z35lka2h89"))
|
||||
"18pgxnxfp0pqsy24cmf3hanr6vh0pnimsh48x5nfbflqy7ljsrkj"))
|
||||
(file-name (string-append name "-" version))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue