gnu: ecasound: Update to 2.9.3.

* gnu/packages/audio.scm (ecasound): Update to 2.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-16 01:46:21 +01:00
parent 694c297624
commit ec67d06996
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3988,17 +3988,17 @@ (define-public carla
(define-public ecasound (define-public ecasound
(package (package
(name "ecasound") (name "ecasound")
(version "2.9.2") (version "2.9.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://nosignal.fi/download/ecasound-" (uri (string-append "https://nosignal.fi/download/ecasound-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "15rcs28fq2wfvfs66p5na7adq88b55qszbhshpizgdbyqzgr2jf1")))) (base32 "1m7njfjdb7sqf0lhgc4swihgdr4snkg8v02wcly08wb5ar2fr2s6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
;; would be nice to add mikmod to inputs if that gets packaged ;; It would be nice to add mikmod to inputs if that gets packaged
;; eventually ;; eventually.
(inputs `(("alsa-lib" ,alsa-lib) (inputs `(("alsa-lib" ,alsa-lib)
("jack" ,jack-1) ("jack" ,jack-1)
("mpg123" ,mpg123) ("mpg123" ,mpg123)