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:
parent
86bf94bd87
commit
65b72088cf
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in a new issue