unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 69791@debbugs.gnu.org
Cc: ngraves@ngraves.fr, atai@atai.org
Subject: [bug#69791] [PATCH v4 3/4] gnu: tenacity: Update to 1.3.3.
Date: Tue, 14 May 2024 21:54:38 +0200	[thread overview]
Message-ID: <20240514195727.20570-4-ngraves@ngraves.fr> (raw)
In-Reply-To: <20240514195727.20570-1-ngraves@ngraves.fr>

* gnu/packages/audio.scm (tenacity): Update to 1.3.3.

Change-Id: I76722d59070be0bd75976b92afefc75f5ad75f91
---
 gnu/packages/audio.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ee411d54d6b..69179912555 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1049,16 +1049,18 @@ (define-public audacity
 (define-public tenacity
   (package
     (name "tenacity")
-    (version "1.3.1")
+    (version "1.3.3")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://codeberg.org/tenacityteam/tenacity")
-             (commit (string-append "v" version))))
+             (commit (string-append "v" version))
+             ;; TODO Unbundle vcpkg when packaged in Guix.
+             (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qpcih96c97s4b7lmcvqac9ds09j7a7llvm41p926hll5xmjgsy1"))))
+        (base32 "0jqdza1alk524fkrssgkr7gabs44sk9a99914gwfkscvyqly4kai"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.41.0





  parent reply	other threads:[~2024-05-14 19:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14  5:47 [bug#69791] [PATCH] gnu: wxwidgets: Update to 3.2.4 Andy Tai
2024-04-16  7:45 ` [bug#69791] [PATCH v2] " Andy Tai
2024-04-28  2:53 ` [bug#69791] [PATCH v3] " Andy Tai
2024-05-13 13:13 ` [bug#69791] [PATCH] " Nicolas Graves via Guix-patches via
2024-05-13 14:18   ` Nicolas Graves via Guix-patches via
2024-05-14 19:54 ` [bug#69791] [PATCH v4 0/4] " Nicolas Graves via Guix-patches via
2024-05-14 19:54   ` [bug#69791] [PATCH v4 1/4] " Nicolas Graves via Guix-patches via
2024-05-16  7:00     ` Christopher Baines
2024-05-14 19:54   ` [bug#69791] [PATCH v4 2/4] gnu: slade: Update to 3.2.5 Nicolas Graves via Guix-patches via
2024-05-14 19:54   ` Nicolas Graves via Guix-patches via [this message]
2024-05-14 19:54   ` [bug#69791] [PATCH v4 4/4] gnu: tenacity: Add support for ebml and matroska formats Nicolas Graves 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20240514195727.20570-4-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=69791@debbugs.gnu.org \
    --cc=atai@atai.org \
    --cc=ngraves@ngraves.fr \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).