summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-10 15:12:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-11 07:38:02 +0000
commitfb1bf73226fe76dbb8c5d390ccc126565c8e7b7d (patch)
tree11ad82c8a9be5d43a870d3755e4badc43f9f24ad /gnu/packages/audio.scm
parentdcc00e06357e82c4cf00550ad71257f012c6a375 (diff)
downloadguix-patches-fb1bf73226fe76dbb8c5d390ccc126565c8e7b7d.tar
guix-patches-fb1bf73226fe76dbb8c5d390ccc126565c8e7b7d.tar.gz
gnu: libkeyfinder: Update to 2.2.6.
* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.6.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r--gnu/packages/audio.scm4
1 files 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))