diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-22 21:56:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-22 21:57:45 +0200 |
commit | dac6c21623475dbd1fa9679e33649eba461dd6b2 (patch) | |
tree | 41e80c5cf2c53486e00b6c8edbbec1ceba8803e5 /gnu | |
parent | 015869d4c62c7a450b8231adf6054a7b4b28e628 (diff) | |
download | guix-dac6c21623475dbd1fa9679e33649eba461dd6b2.tar.gz |
gnu: zam-plugins: Update source hash.
See <http://issues.guix.gnu.org/48589>. * gnu/packages/music.scm (zam-plugins)[source]: Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 0c29deecd3..aed10632cb 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5901,7 +5901,7 @@ audio and MIDI plugins that can also run as standalone JACK applications.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "0bxvssqnnd7bph3w1d6xcmxradv4cqq3wyzyv1a1hfm71a0pdahs")))) + (base32 "02blg0iqich4vx5z1ahj6avkh83yqszdiq83p9jd5qwm0i4llqjq")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;no "check" target |