GNU bug report logs -
#70695
[PATCH] gnu: tenacity: Update to 1.3.1.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 1 May 2024 10:37:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#70695: [PATCH] gnu: tenacity: Update to 1.3.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 70695 <at> debbugs.gnu.org.
--
70695: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70695
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/audio.scm (tenacity): Update to 1.3.1.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 1 year and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.