diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 03:30:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 03:33:07 +0100 |
commit | 9dd6b8d132ac1b229df3e4a254db08f3e633e1e1 (patch) | |
tree | 6679e34d3e0f2f3556bf05846f6d39000f36b1a5 /gnu/packages/audio.scm | |
parent | 3368917c26e7b293168cc1201e35beb9a28f98e5 (diff) | |
download | patches-9dd6b8d132ac1b229df3e4a254db08f3e633e1e1.tar patches-9dd6b8d132ac1b229df3e4a254db08f3e633e1e1.tar.gz |
gnu: sratom: Update to 0.6.4.
* gnu/packages/audio.scm (sratom): Update to 0.6.4.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 1ef59bbe66..0f606403e2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2386,16 +2386,16 @@ input/output.") (define-public sratom (package (name "sratom") - (version "0.6.2") + (version "0.6.4") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/sratom-" version ".tar.bz2")) (sha256 (base32 - "0lz883ravxjf7r9wwbx2gx9m8vhyiavxrl9jdxfppjxnsralll8a")))) + "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l")))) (build-system waf-build-system) - (arguments `(#:tests? #f)) ; no check target + (arguments `(#:tests? #f)) ; no check target (inputs `(("lv2" ,lv2) ("serd" ,serd) |