gnu: libkeyfinder: Update to 2.2.7.
* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.7.
This commit is contained in:
parent
f1b727c263
commit
ea0f76c0d5
1 changed files with 3 additions and 3 deletions
|
@ -3597,16 +3597,16 @@ stretching and pitch scaling of audio. This package contains the library.")
|
||||||
(define-public libkeyfinder
|
(define-public libkeyfinder
|
||||||
(package
|
(package
|
||||||
(name "libkeyfinder")
|
(name "libkeyfinder")
|
||||||
(version "2.2.6")
|
(version "2.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mixxxdj/libkeyfinder")
|
(url "https://github.com/mixxxdj/libkeyfinder")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s7nqjmv44q5qjynfcs0j6h4a6qcz4mxzandkkdjjbnwv5rxc3zg"))))
|
(base32 "0nvhdzy0m3bchk3dpnspv2f518p2v9fjcrv36z1sva1pv9a2g35w"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list catch-framework2))
|
(list catch-framework2))
|
||||||
|
|
Reference in a new issue