guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: snd: Update to 20.7.


From: guix-commits
Subject: 02/04: gnu: snd: Update to 20.7.
Date: Wed, 9 Sep 2020 23:05:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7ee3d015ee7be8db85fa3d121228a53c0b327468
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 10 04:54:06 2020 +0200

    gnu: snd: Update to 20.7.
    
    * gnu/packages/audio.scm (snd): Update to 20.7.
---
 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 9447156..eecbf52 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4025,14 +4025,14 @@ on the ALSA software PCM plugin.")
 (define-public snd
   (package
     (name "snd")
-    (version "20.6")
+    (version "20.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/";
                                   "snd-" version ".tar.gz"))
               (sha256
                (base32
-                "1h4dsq5xcvwjbnayhn719cln0lg199w3xm59sl9d2jz8bq78gqgj"))))
+                "1kd422krz8ln4m8g3p14wfplcq8lgpzly9297rpbvyc94dc6sdwj"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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