all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 70695@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#70695] [PATCH] gnu: tenacity: Update to 1.3.1.
Date: Wed,  1 May 2024 03:35:43 -0700	[thread overview]
Message-ID: <936315473541d3ef12f900622e46f3af6bf7ea2b.1714559680.git.atai@atai.org> (raw)

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

Change-Id: Id06fb3e9283524341f30d961854d8e6f6df1543e
---
 gnu/packages/audio.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1a88698165..b1366247bd 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1048,7 +1048,7 @@ (define-public audacity
 (define-public tenacity
   (package
     (name "tenacity")
-    (version "1.3-beta2")
+    (version "1.3.1")
     (source
      (origin
        (method git-fetch)
@@ -1057,7 +1057,7 @@ (define-public tenacity
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pd2vxzqzq7ikz7l2a1h9qwq08276xicvphrpn47gvmwaslah1gn"))))
+        (base32 "0qpcih96c97s4b7lmcvqac9ds09j7a7llvm41p926hll5xmjgsy1"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -1077,7 +1077,11 @@ (define-public tenacity
               'i-spy-with-my-little-eye-something-in-the-wrong-folder
             (lambda _
               (symlink (string-append (getcwd) "/images")
-                       "src/images")))
+                       "src/images")
+
+              (symlink (string-append (getcwd) "/images")
+                       "src/tracks/images"))
+          )
           (add-after 'unpack 'fix-cmake-rpath
             (lambda* (#:key outputs #:allow-other-keys)
               (substitute* "CMakeLists.txt"

base-commit: 7d7fca19429cf9d38125610f46333eb02fc2d3fd
-- 
2.34.1





             reply	other threads:[~2024-05-01 10:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 10:35 Andy Tai [this message]
2024-05-05 16:00 ` [bug#70695] Andy Tai
2024-05-06 11:56 ` bug#70695: [PATCH] gnu: tenacity: Update to 1.3.1 Nicolas Goaziou 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=936315473541d3ef12f900622e46f3af6bf7ea2b.1714559680.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=70695@debbugs.gnu.org \
    /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.