diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | c2dff1f05e87c74c78d48925b900a3f546f89b0f (patch) | |
tree | e568882d27e627d54b0dfd4abab1fedcaf472d53 | |
parent | 575abe5f3f9f09501a4fbb9357452f338e20b628 (diff) | |
download | guix-c2dff1f05e87c74c78d48925b900a3f546f89b0f.tar.gz |
gnu: padthv1: Update to 0.9.32.
* gnu/packages/music.scm (padthv1): Update to 0.9.32.
-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 f4ae38aec0..c978392a1b 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2469,7 +2469,7 @@ effects.") (define-public padthv1 (package (name "padthv1") - (version "0.9.31") + (version "0.9.32") (source (origin (method url-fetch) (uri @@ -2477,7 +2477,7 @@ effects.") "/padthv1-" version ".tar.gz")) (sha256 (base32 - "1iqmjdxihil039c8g9kywd5dx3rd47ph2fs6f6kcyfwj9jz4aprh")))) + "0qpdyczgqblf3sxjkvxn2g8qyx1hm0pmiqhncncrijbaalazsp7m")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; there are no tests |