diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 16:30:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 17:56:56 +0100 |
commit | c5bc3fde802f95e75ff48af3d5665737d124b148 (patch) | |
tree | 40091e46dcf90eee4c453152f9095fb3dba41176 | |
parent | 34f7c5b61afdc9573437f24ffb25deb3166a955e (diff) |
gnu: wolf-shaper: Update to 0.1.8.
* gnu/packages/music.scm (wolf-shaper): Update to 0.1.8.
-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 f37ee5ee89..0d72c24d92 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5891,7 +5891,7 @@ plugin and a standalone JACK application.") (define-public wolf-shaper (package (name "wolf-shaper") - (version "0.1.7") + (version "0.1.8") (source (origin (method git-fetch) @@ -5903,7 +5903,7 @@ plugin and a standalone JACK application.") (file-name (git-file-name name version)) (sha256 (base32 - "0lllgcbnnh1m95bp29hh17x170hl7170zizjrvy892qfkn36830d")))) + "1j9xmh1nkf45ay1c5dz2g165qvrwlanzcq6mvb3nfxar265drd9q")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target |