guix-patches
[Top][All Lists]
Advanced

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

[bug#69474] [PATCH] Update Ardour to 8.4


From: Apoorv
Subject: [bug#69474] [PATCH] Update Ardour to 8.4
Date: Thu, 29 Feb 2024 10:21:28 +0100 (CET)


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: update_ardour_8_4.patch
Description: Text Data


reply via email to

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