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 message dated Mon, 06 May 2024 13:56:39 +0200
with message-id <87edafywzs.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#70695] [PATCH] gnu: tenacity: Update to 1.3.1.
has caused the debbugs.gnu.org bug report #70695,
regarding [PATCH] gnu: tenacity: Update to 1.3.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (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
This bug report was last modified 1 year and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.