[PATCH] gnu: ardour: Update to 7.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Sughosha
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Sughosha
Severity
normal
S
S
Sughosha wrote on 26 Nov 2022 13:06
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
nk00lJDAXcaOggf8MQ5Mb0INGyImNYtpJyryAAp5UIzozPThoARJmhGh6YJpgGAJUdyv6KYLz3JqeRCjl76kitAX5k8IpKSc0EYjOYdCsNg=@proton.me
* gnu/packages/audio.scm (ardour): Update to 7.1.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
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 @@ (define (ardour-rpath-phase major-version)
(define-public ardour
(package
(name "ardour")
- (version "7.0")
+ (version "7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -744,7 +744,7 @@ (define-public ardour
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
--
2.38.1
N
N
Nicolas Goaziou wrote on 27 Nov 2022 00:25
(name . Sughosha via Guix-patches via)(address . guix-patches@gnu.org)
87r0xpmh6g.fsf@nicolasgoaziou.fr
Hello,

Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> * gnu/packages/audio.scm (ardour): Update to 7.1.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59608@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59608
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch