guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ardour: Update to 4.4.


From: Ricardo Wurmus
Subject: 01/01: gnu: ardour: Update to 4.4.
Date: Wed, 11 Nov 2015 20:23:04 +0000

rekado pushed a commit to branch master
in repository guix.

commit e5e206855174586bd646615a8955f90bbc03dfa8
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 11 10:44:20 2015 +0100

    gnu: ardour: Update to 4.4.
    
    * gnu/packages/audio.scm (ardour): Update to 4.4.
---
 gnu/packages/audio.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index db3f912..a6899a0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -155,7 +155,7 @@ streams from live audio.")
 (define-public ardour
   (package
     (name "ardour")
-    (version "4.2")
+    (version "4.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -169,10 +169,10 @@ streams from live audio.")
                     "libs/ardour/revision.cc"
                   (lambda (port)
                     (format port "#include \"ardour/revision.h\"
-namespace ARDOUR { const char* revision = \"4.2\" ; }"))))
+namespace ARDOUR { const char* revision = \"4.4-210-ga4daf93\" ; }"))))
               (sha256
                (base32
-                "1j8zw0bvh16qwyy8qrqynpak9nghl9j3qhjjcdl7wh9raafjqc00"))
+                "1gnrcnq2ksnh7fsa301v1c4p5dqrbqpjylf02rg3za3ab58wxi7l"))
               (file-name (string-append name "-" version))))
     (build-system waf-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]