me
/
guix
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>
master
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
1 changed files with 5 additions and 3 deletions

View File

@ -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