diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-30 16:44:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-30 21:17:25 +0100 |
commit | dfea2492af6dfc53f29d8c2744e343fe78b3d35d (patch) | |
tree | 49e80cc32512e1f75a1de06d200b486094caa7bd | |
parent | 7405da92699c1312a4106372b27f65377479b675 (diff) |
gnu: sratom: Update to 0.6.6.
* gnu/packages/audio.scm (sratom): Update to 0.6.6.
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 96b7d3bcb7..4989cd5c0c 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3015,14 +3015,14 @@ input/output.") (define-public sratom (package (name "sratom") - (version "0.6.4") + (version "0.6.6") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/sratom-" version ".tar.bz2")) (sha256 (base32 - "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l")))) + "178v90qvsp6lw4sqdmdz0bzyjkgwhv9m75ph1d1z8say5bv0p4gv")))) (build-system waf-build-system) (arguments `(#:tests? #f)) ;no check target (propagated-inputs |