diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
commit | 8c4ef41622f6c26d5f90b796589a4a37b1f68f8b (patch) | |
tree | 68043e14a551762b2d90eb195950aa234f9648dc /gnu/packages | |
parent | 884e7b2e47310a9096d456495b181b1ad7bfb803 (diff) | |
download | guix-8c4ef41622f6c26d5f90b796589a4a37b1f68f8b.tar.gz guix-8c4ef41622f6c26d5f90b796589a4a37b1f68f8b.zip |
gnu: padthv1: Update to 0.9.27.
* gnu/packages/music.scm (padthv1): Update to 0.9.27.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 52b10bd55c..ee581e58e8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2382,7 +2382,7 @@ effects.") (define-public padthv1 (package (name "padthv1") - (version "0.9.26") + (version "0.9.27") (source (origin (method url-fetch) (uri @@ -2390,7 +2390,7 @@ effects.") "/padthv1-" version ".tar.gz")) (sha256 (base32 - "02pg0g4i65j46hirkc3xn7m2clm8krrafrkwjc1v8rkcdj6q2gw1")))) + "0ydm09g0ibvp1nf4fzzj6bkwlxx46pjxqgg8h76hwi6l8k0rz5m4")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; there are no tests |