me
/
guix
Archived
1
0
Fork 0

gnu: snd: Update to 20.9.

* gnu/packages/audio.scm (snd): Update to 20.9.
master
Tobias Geerinckx-Rice 2020-11-23 21:35:40 +01:00
parent cf341c39f7
commit c569aae146
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4086,14 +4086,14 @@ on the ALSA software PCM plugin.")
(define-public snd (define-public snd
(package (package
(name "snd") (name "snd")
(version "20.8") (version "20.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/" (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/"
"snd-" version ".tar.gz")) "snd-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1hw81innyyiwiyb8jkpq9aj7idmcb41yvgd1blac997023h78sss")))) "0jxkycxn6jcbs4gklk9sk3gfr0y26dz1m71nxah9rnx80wnzj6hr"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests