mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: snd: Update to 20.9.
* gnu/packages/audio.scm (snd): Update to 20.9.
This commit is contained in:
parent
cf341c39f7
commit
c569aae146
1 changed files with 2 additions and 2 deletions
|
@ -4086,14 +4086,14 @@ (define-public bluez-alsa
|
|||
(define-public snd
|
||||
(package
|
||||
(name "snd")
|
||||
(version "20.8")
|
||||
(version "20.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/"
|
||||
"snd-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hw81innyyiwiyb8jkpq9aj7idmcb41yvgd1blac997023h78sss"))))
|
||||
"0jxkycxn6jcbs4gklk9sk3gfr0y26dz1m71nxah9rnx80wnzj6hr"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue