unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70695] [PATCH] gnu: tenacity: Update to 1.3.1.
@ 2024-05-01 10:35 Andy Tai
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2024-05-01 10:35 UTC (permalink / raw)
  To: 70695; +Cc: Andy Tai

* 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





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

* [bug#70695]
  2024-05-01 10:35 [bug#70695] [PATCH] gnu: tenacity: Update to 1.3.1 Andy Tai
@ 2024-05-05 16:00 ` Andy Tai
  2024-05-06 11:56 ` bug#70695: [PATCH] gnu: tenacity: Update to 1.3.1 Nicolas Goaziou via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Tai @ 2024-05-05 16:00 UTC (permalink / raw)
  To: 70695

patch passed QA

https://qa.guix.gnu.org/issue/70695




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

* bug#70695: [PATCH] gnu: tenacity: Update to 1.3.1.
  2024-05-01 10:35 [bug#70695] [PATCH] gnu: tenacity: Update to 1.3.1 Andy Tai
  2024-05-05 16:00 ` [bug#70695] Andy Tai
@ 2024-05-06 11:56 ` Nicolas Goaziou via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-05-06 11:56 UTC (permalink / raw)
  To: Andy Tai; +Cc: 70695-done

Hello,

Andy Tai <atai@atai.org> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-05-06 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01 10:35 [bug#70695] [PATCH] gnu: tenacity: Update to 1.3.1 Andy Tai
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

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).