mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (define-public libsbsms
|
|||
(define-public libkeyfinder
|
||||
(package
|
||||
(name "libkeyfinder")
|
||||
(version "2.2.6")
|
||||
(version "2.2.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mixxxdj/libkeyfinder")
|
||||
(commit (string-append "v" version))))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0s7nqjmv44q5qjynfcs0j6h4a6qcz4mxzandkkdjjbnwv5rxc3zg"))))
|
||||
(base32 "0nvhdzy0m3bchk3dpnspv2f518p2v9fjcrv36z1sva1pv9a2g35w"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list catch-framework2))
|
||||
|
|
Loading…
Reference in a new issue