mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: libkeyfinder: Update to 2.2.6.
* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.6.
This commit is contained in:
parent
dcc00e0635
commit
fb1bf73226
1 changed files with 2 additions and 2 deletions
|
@ -3415,7 +3415,7 @@ (define-public libsbsms
|
|||
(define-public libkeyfinder
|
||||
(package
|
||||
(name "libkeyfinder")
|
||||
(version "2.2.5")
|
||||
(version "2.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3424,7 +3424,7 @@ (define-public libkeyfinder
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1623kirmxhmvmhx7f8lbzk0f18w2hrhwlkzl8l4aa906lfqffdp2"))))
|
||||
(base32 "0s7nqjmv44q5qjynfcs0j6h4a6qcz4mxzandkkdjjbnwv5rxc3zg"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list catch-framework2))
|
||||
|
|
Loading…
Reference in a new issue