[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

Debbugs page

Sughosha wrote 2 years ago
(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
Nicolas Goaziou wrote 2 years ago
(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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help