diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-29 21:12:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-31 00:57:06 +0200 |
commit | 3f5f58df8bd8edcfabee1336be1531639353dff3 (patch) | |
tree | f8a7ffc31a96595528d1de3ca6a8e73a91fed9e5 /gnu/packages | |
parent | b8da019283692392a3b11922d23fc6ebdff43808 (diff) |
gnu: bjumblr: Update to 1.6.8.
* gnu/packages/music.scm (bjumblr): Update to 1.6.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/music.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index d711b85088..75519fb232 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1945,7 +1945,7 @@ B.Choppr is the successor of B.Slizr.") (package (inherit bsequencer) (name "bjumblr") - (version "1.4.2") + (version "1.6.8") (source (origin (method git-fetch) @@ -1954,8 +1954,7 @@ B.Choppr is the successor of B.Slizr.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 - "0kl6hrxmqrdf0195bfnzsa2h1073fgiqrfhg2276fm1954sm994v")))) + (base32 "00fgax8aqqggs54pjpagw5pc30kgxaghh8mrzpqwhs06cnchcam9")))) (inputs `(("cairo" ,cairo) ("libsndfile" ,libsndfile) |