diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-03 17:29:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-03 17:30:21 +0200 |
commit | dc40836839095f6c26d819de3dcec23115f6a9e4 (patch) | |
tree | 1b653360e5792706626ff047465bbfd53687d87e | |
parent | 15c92a652f33064799fea72718cf288607be76cb (diff) | |
download | guix-dc40836839095f6c26d819de3dcec23115f6a9e4.tar guix-dc40836839095f6c26d819de3dcec23115f6a9e4.tar.gz |
gnu: snd: Update to 19.5.
* gnu/packages/audio.scm (snd): Update to 19.5.
-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 fac7c92994..3168a97414 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3383,14 +3383,14 @@ on the ALSA software PCM plugin.") (define-public snd (package (name "snd") - (version "19.3") + (version "19.5") (source (origin (method url-fetch) (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/" "snd-" version ".tar.gz")) (sha256 (base32 - "16j3fqyw361wdsr1076f0p3va2y7wdzq1lvr4ijz1ajmbxdlc723")))) + "0sk6iyykwi2mm3f1g4r0iqbsrwk3zmyagp6jjqkh8njbq42cjr1y")))) (build-system glib-or-gtk-build-system) (arguments `(#:tests? #f ; no tests |