[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: tenacity: Update to 1.3.3.
From: |
guix-commits |
Subject: |
09/10: gnu: tenacity: Update to 1.3.3. |
Date: |
Wed, 15 May 2024 16:15:15 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 65b72088cf21f1796e90a2a67c44c4258ad8387e
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue May 14 21:54:38 2024 +0200
gnu: tenacity: Update to 1.3.3.
* gnu/packages/audio.scm (tenacity): Update to 1.3.3.
Change-Id: I76722d59070be0bd75976b92afefc75f5ad75f91
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/audio.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ee411d54d6..6917991255 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1049,16 +1049,18 @@ tools.")
(define-public tenacity
(package
(name "tenacity")
- (version "1.3.1")
+ (version "1.3.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/tenacityteam/tenacity")
- (commit (string-append "v" version))))
+ (commit (string-append "v" version))
+ ;; TODO Unbundle vcpkg when packaged in Guix.
+ (recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32 "0qpcih96c97s4b7lmcvqac9ds09j7a7llvm41p926hll5xmjgsy1"))))
+ (base32 "0jqdza1alk524fkrssgkr7gabs44sk9a99914gwfkscvyqly4kai"))))
(build-system cmake-build-system)
(arguments
(list
- branch master updated (dfdad66f5a -> 4901f1b604), guix-commits, 2024/05/15
- 01/10: gnu: power-profiles-daemon: Update to 0.21., guix-commits, 2024/05/15
- 04/10: gnu: guix-build-coordinator: Update to 0-104.fff0017., guix-commits, 2024/05/15
- 03/10: gnu: services: Add power-profiles-daemon-service-type., guix-commits, 2024/05/15
- 05/10: gnu: nar-herder: Update to 0-32.bb8209b., guix-commits, 2024/05/15
- 10/10: gnu: tenacity: Add support for ebml and matroska formats., guix-commits, 2024/05/15
- 07/10: gnu: emacs-embark: Update to 1.1., guix-commits, 2024/05/15
- 02/10: gnu: power-profiles-daemon: Build gtk-docs., guix-commits, 2024/05/15
- 09/10: gnu: tenacity: Update to 1.3.3.,
guix-commits <=
- 08/10: gnu: wxwidgets: Update to 3.2.4, guix-commits, 2024/05/15
- 06/10: gnu: bffe: Update to 0-6.7df2aa6., guix-commits, 2024/05/15