diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 16:09:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 01:52:43 +0100 |
commit | b1d13e40fe27da17dca9bc37a1fb5f3dca70d687 (patch) | |
tree | 2187003f21de49e057adc4b19fbdb6e6baf8ebb2 | |
parent | 13125c5afeeacecdef41e103d9e5f942fcb78c01 (diff) |
gnu: snd: Update to 19.9.
* gnu/packages/audio.scm (snd): Update to 19.9.
-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 890f21fe0c..79783e193d 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3380,14 +3380,14 @@ on the ALSA software PCM plugin.") (define-public snd (package (name "snd") - (version "19.6") + (version "19.9") (source (origin (method url-fetch) (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/" "snd-" version ".tar.gz")) (sha256 (base32 - "0s2qv8sznvw6559bi39qj9p072azh9qcb2b86w6w8clz2azjaa76")))) + "13s8fahpsjygjdrcwmprcrz23ny3klaj2rh2xzdv3bfs69gxvhys")))) (build-system glib-or-gtk-build-system) (arguments `(#:tests? #f ; no tests |