guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: ecasound: Update to 2.9.3.


From: guix-commits
Subject: 02/04: gnu: ecasound: Update to 2.9.3.
Date: Thu, 16 Jan 2020 14:52:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ec67d06996baa818ac2e8111a293b0f944e7288a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Jan 16 01:46:21 2020 +0100

    gnu: ecasound: Update to 2.9.3.
    
    * gnu/packages/audio.scm (ecasound): Update to 2.9.3.
---
 gnu/packages/audio.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 997326d..07407d8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3988,17 +3988,17 @@ default and preferred audio driver but also supports 
native drivers like ALSA.")
 (define-public ecasound
   (package
     (name "ecasound")
-    (version "2.9.2")
+    (version "2.9.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nosignal.fi/download/ecasound-";
                                   version ".tar.gz"))
               (sha256
-               (base32 
"15rcs28fq2wfvfs66p5na7adq88b55qszbhshpizgdbyqzgr2jf1"))))
+               (base32 
"1m7njfjdb7sqf0lhgc4swihgdr4snkg8v02wcly08wb5ar2fr2s6"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
-    ;; would be nice to add mikmod to inputs if that gets packaged
-    ;; eventually
+    ;; It would be nice to add mikmod to inputs if that gets packaged
+    ;; eventually.
     (inputs `(("alsa-lib" ,alsa-lib)
               ("jack" ,jack-1)
               ("mpg123" ,mpg123)



reply via email to

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