guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ardour: Update to 7.1


From: guix-commits
Subject: branch master updated: gnu: ardour: Update to 7.1
Date: Sat, 26 Nov 2022 18:26:15 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7f9a2930bf gnu: ardour: Update to 7.1
7f9a2930bf is described below

commit 7f9a2930bf77c8b5bb1c1e7cf3f818fe6bf474a0
Author: Sughosha via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat Nov 26 12:06:07 2022 +0000

    gnu: ardour: Update to 7.1
    
    * gnu/packages/audio.scm (ardour): Update to 7.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b4a0189f8b..086e838f12 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -727,7 +727,7 @@ purposes developed at Queen Mary, University of London.")
 (define-public ardour
   (package
     (name "ardour")
-    (version "7.0")
+    (version "7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -744,7 +744,7 @@ purposes developed at Queen Mary, University of London.")
 namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = 
\"\"; }")))))
               (sha256
                (base32
-                "1xzgcd2d8zzgx3s9sr3kcxl3vz3vfr5l1xs9qpjplmk22dfj8b08"))
+                "11ca9xpzmzafl8xl0r0w32lxjqwy532hfd2bzb0d73bdpngpvcbq"))
               (file-name (string-append name "-" version))))
     (build-system waf-build-system)
     (arguments



reply via email to

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