guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/20: gnu: snd: Update to 19.9.


From: guix-commits
Subject: 01/20: gnu: snd: Update to 19.9.
Date: Mon, 2 Dec 2019 20:15:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b1d13e40fe27da17dca9bc37a1fb5f3dca70d687
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 1 16:09:14 2019 +0100

    gnu: snd: Update to 19.9.
    
    * gnu/packages/audio.scm (snd): Update to 19.9.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 890f21f..79783e1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]