nckx pushed a commit to branch master
in repository guix.
commit fb1bf73226fe76dbb8c5d390ccc126565c8e7b7d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Jan 10 15:12:42 2022 +0100
gnu: libkeyfinder: Update to 2.2.6.
* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.6.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9a98ccad00..23ce095e13 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3415,7 +3415,7 @@ stretching and pitch scaling of audio. This package
contains the library.")
(define-public libkeyfinder
(package
(name "libkeyfinder")
- (version "2.2.5")
+ (version "2.2.6")
(source
(origin
(method git-fetch)
@@ -3424,7 +3424,7 @@ stretching and pitch scaling of audio. This package
contains the library.")
(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))