diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
commit | ea0f76c0d5885e23d9ba374e4fc37f0ec60afeff (patch) | |
tree | b270c2887c2600d4bcde37a753df5919ce0a6408 /gnu/packages | |
parent | f1b727c263926a469e6035485e92cfe7a17e2497 (diff) | |
download | guix-ea0f76c0d5885e23d9ba374e4fc37f0ec60afeff.tar.gz guix-ea0f76c0d5885e23d9ba374e4fc37f0ec60afeff.zip |
gnu: libkeyfinder: Update to 2.2.7.
* gnu/packages/audio.scm (libkeyfinder): Update to 2.2.7.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 66654b99fc..d70f1e06b4 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3597,16 +3597,16 @@ stretching and pitch scaling of audio. This package contains the library.") (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)) |