guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: snd: Update to 19.6.


From: guix-commits
Subject: 07/11: gnu: snd: Update to 19.6.
Date: Sun, 25 Aug 2019 23:05:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cb6add546c5e8d1bad958f027df0c417696814d2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 26 04:51:45 2019 +0200

    gnu: snd: Update to 19.6.
    
    * gnu/packages/audio.scm (snd): Update to 19.6.
---
 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 44a4929..79d6f5d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3382,14 +3382,14 @@ on the ALSA software PCM plugin.")
 (define-public snd
   (package
     (name "snd")
-    (version "19.5")
+    (version "19.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/";
                                   "snd-" version ".tar.gz"))
               (sha256
                (base32
-                "0sk6iyykwi2mm3f1g4r0iqbsrwk3zmyagp6jjqkh8njbq42cjr1y"))))
+                "0s2qv8sznvw6559bi39qj9p072azh9qcb2b86w6w8clz2azjaa76"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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