diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 00:32:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 00:36:03 +0100 |
commit | 23c5c8e4e487490959dcb07480716b0cc2810e2e (patch) | |
tree | c13eefa6edeaa18ce1e035461cd374f0e2f516cb /gnu | |
parent | 224e14f069f7de16b8cb3af8109f459507474975 (diff) | |
download | guix-23c5c8e4e487490959dcb07480716b0cc2810e2e.tar.gz |
gnu: padthv1: Update to 0.9.11.
* gnu/packages/music.scm (padthv1): Update to 0.9.11.
Diffstat (limited to 'gnu')
-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 5a1131735a..c14055cd5d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1469,7 +1469,7 @@ effects.") (define-public padthv1 (package (name "padthv1") - (version "0.9.8") + (version "0.9.11") (source (origin (method url-fetch) (uri @@ -1477,7 +1477,7 @@ effects.") "/padthv1-" version ".tar.gz")) (sha256 (base32 - "1k4p2ir12qjcs62knvw2s6qyvb46203yx22fnwp341cjk171cxji")))) + "02yfwyirjqxa075yqdnci9b9k57kdmkjvn9gnpdbnjp887pds76g")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |