all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Apoorv via Guix-patches via <guix-patches@gnu.org>
To: 69474@debbugs.gnu.org
Subject: [bug#69474] [PATCH] Update Ardour to 8.4
Date: Thu, 29 Feb 2024 10:21:28 +0100 (CET)	[thread overview]
Message-ID: <Nro9mh6--3-9@tuta.io> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1136 bytes --]


This is my first time sending a patch via the email workflow.

```
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 578a0bd016..114ad26bb6 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -739,7 +739,7 @@ (define ardour-bundled-media
(define-public ardour
   (package
     (name "ardour")
-    (version "8.0")
+    (version "8.4")
     (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
-                "1a2dbysd64njiw087ypkwlvr31qz3dvfaca55nq2bc4fmm71mgv4"))
+                "17gh1yaaby17zwx43h5v8dsrcznks9pn8jddc3wadq13b5x7zb7a"))
               (file-name (string-append name "-" version))))
     (build-system waf-build-system)
     (arguments
```

-- 
 Sent with Tuta; enjoy secure & ad-free emails: 
 https://tuta.com

[-- Attachment #1.2: Type: text/html, Size: 2494 bytes --]

[-- Attachment #2: update_ardour_8_4.patch --]
[-- Type: text/x-patch, Size: 838 bytes --]

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 578a0bd016..114ad26bb6 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -739,7 +739,7 @@ (define ardour-bundled-media
 (define-public ardour
   (package
     (name "ardour")
-    (version "8.0")
+    (version "8.4")
     (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
-                "1a2dbysd64njiw087ypkwlvr31qz3dvfaca55nq2bc4fmm71mgv4"))
+                "17gh1yaaby17zwx43h5v8dsrcznks9pn8jddc3wadq13b5x7zb7a"))
               (file-name (string-append name "-" version))))
     (build-system waf-build-system)
     (arguments

             reply	other threads:[~2024-02-29 14:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29  9:21 Apoorv via Guix-patches via [this message]
2024-04-01 16:51 ` [bug#69474] [PATCH] Update Ardour to 8.4 Ricardo Wurmus
2024-04-01 20:37 ` bug#69474: " Ricardo Wurmus
     [not found] ` <handler.69474.D69474.171200387429380.notifdone@debbugs.gnu.org>
2024-04-03 13:54   ` [bug#69474] closed ([PATCH] Update Ardour to 8.4) Apoorv via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Nro9mh6--3-9@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=69474@debbugs.gnu.org \
    --cc=apoorvs@tuta.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.