Archived
1
0
Fork 0

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>
This commit is contained in:
Nicolas Graves 2024-05-14 21:54:38 +02:00 committed by Christopher Baines
parent 86bf94bd87
commit 65b72088cf
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1049,16 +1049,18 @@ tools.")
(define-public tenacity (define-public tenacity
(package (package
(name "tenacity") (name "tenacity")
(version "1.3.1") (version "1.3.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://codeberg.org/tenacityteam/tenacity") (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qpcih96c97s4b7lmcvqac9ds09j7a7llvm41p926hll5xmjgsy1")))) (base32 "0jqdza1alk524fkrssgkr7gabs44sk9a99914gwfkscvyqly4kai"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list