all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69474] [PATCH] Update Ardour to 8.4
@ 2024-02-29  9:21 Apoorv via Guix-patches via
  2024-04-01 16:51 ` Ricardo Wurmus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Apoorv via Guix-patches via @ 2024-02-29  9:21 UTC (permalink / raw)
  To: 69474


[-- 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-03 13:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29  9:21 [bug#69474] [PATCH] Update Ardour to 8.4 Apoorv via Guix-patches via
2024-04-01 16:51 ` 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

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.