diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:02 +0200 |
commit | a5049e6292387f152a69b4ed86921439da5e1af3 (patch) | |
tree | ae3c25807acf944f00fb3f9d535922c3aeeb9beb | |
parent | 2dc441cf05d84578cdceca6e65ec404f86db1198 (diff) | |
download | guix-a5049e6292387f152a69b4ed86921439da5e1af3.tar.gz |
gnu: padthv1: Update to 0.9.31.
* gnu/packages/music.scm (padthv1): Update to 0.9.31.
-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 04807e978d..a632a4a765 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.27") + (version "0.9.31") (source (origin (method url-fetch) (uri @@ -2477,7 +2477,7 @@ effects.") "/padthv1-" version ".tar.gz")) (sha256 (base32 - "0ydm09g0ibvp1nf4fzzj6bkwlxx46pjxqgg8h76hwi6l8k0rz5m4")))) + "1iqmjdxihil039c8g9kywd5dx3rd47ph2fs6f6kcyfwj9jz4aprh")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; there are no tests |