[PATCH] gnu: Update ardour to 7.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sughosha
  • Christopher Baines
Owner
unassigned
Submitted by
Sughosha
Severity
normal

Debbugs page

Sughosha wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
qu3OT6jVXg6NyVyliDJsphQ7wFWEuK2iByxMfeCF_88dX81RUarVCmYzWlB3NOtlIYr3AvgLqYrJiailOaFG1_4zVZmODWUmBkVmaAxmCCI=@proton.me
* gnu/packages/audio.scm (ardour): Update to 7.3.
---
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 6f3fa2a..56df8c9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -734,7 +734,7 @@ purposes developed at Queen Mary, University of London.")
(define-public ardour
(package
(name "ardour")
- (version "7.2")
+ (version "7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -751,7 +751,7 @@ purposes developed at Queen Mary, University of London.")
namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \"\"; }")))))
(sha256
(base32
- "1gv0wkzyx59lbnaf5iz9yva4akrd2zkhsmdk8wda3wz06zmk4w1r"))
+ "0bkhrgswhc9y1ly8nfg8hpwad77cgbr663dgj86h3aisljc4cdkw"))
(file-name (string-append name "-" version))))
(build-system waf-build-system)
(arguments
--
libgit2 1.5.1
Christopher Baines wrote 2 years ago
(name . Sughosha)(address . Sughosha@proton.me)
87jzz2npro.fsf@cbaines.net
Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * gnu/packages/audio.scm (ardour): Update to 7.3.
> ---
> gnu/packages/audio.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to the master branch as
5f9ae8904194f6d07e0b54e56df6ed03312da495.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQhvstfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf8wxAAtuuivLl/5Iw98NccspzVsGrnK2Q9qjVc
sWWgRQiNMJZrhMxNeEq3RDtGUNySvNEO2MGaWzRyYcdvfePLt/NlDuoBK+1C4X3C
cm+QyYE1SeCB+tGW4bK7jmTlR6LUeGx2YV96tJ9xxcyKJlWenDaEQJFQTgF5Rmeg
xULI4LC90xXE1uqCSBkVkf1WbDoGPKwjd0HQbpzWX/JneFGTVwBHPIzzDLdBKnij
fA1OYbqlGidpo/giBfT5ztJ9VytYSgF8jzvz8DFT6zDj/GfNj0YBL6A1OomM87XI
r7VlcsVz184iA4p0px1UtQTxHiROugFSgsRSHCRfXO3OgQ3JOi39YHGFXYf+Md0r
0tDWWMQx3dGqal3luXvuUFOjbf2Eddc4OhJd5WfJZH5F4Hxm2iDm/ajmXlqJavIi
tJvQv6CzxVkGuiw2sNDsDcnnefJwXjLMgtQWj28yG5xVrGzIPtjjfn/bdiuogjbY
lmZp7Xl0z3z0MYiDm/vav+pg1YhNU1kLxzMt+9dYxMYp95HjAScYaYwfx9V/0jTA
ikQ6gKI90ry4/+vpamURUyCEG2daE3B95huN+VTKyepdoMZFWq5O+4U64L1fZo67
2dC48a402LXj/L61lGb4M5MpawGuzmdx6mKI1jIlCVQg0XWVuH4J7vo+McHX2akA
J9h2fzilHXY=
=1cgE
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62454
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