GNU bug report logs -
#75344
[PATCH] gnu: tenacity: Update to 1.3.4.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 4 Jan 2025 08:17:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/audio.scm (tenacity): Update to 1.3.4.
Change-Id: I31a5c3f2162fea381a168d20b008914337678591
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c8e22643ee..996215f9ae 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1044,7 +1044,7 @@ (define-public audacity
(define-public tenacity
(package
(name "tenacity")
- (version "1.3.3")
+ (version "1.3.4")
(source
(origin
(method git-fetch)
@@ -1055,7 +1055,7 @@ (define-public tenacity
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jqdza1alk524fkrssgkr7gabs44sk9a99914gwfkscvyqly4kai"))))
+ (base32 "1wphm494517zmnhgrmzlzld2j4bfl2c73qr61nrss90410xxs2fs"))))
(build-system cmake-build-system)
(arguments
(list
base-commit: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
--
2.34.1
This bug report was last modified 188 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.