Archived
1
0
Fork 0

gnu: csound: Fetch sources from git.

* gnu/packages/audio.scm (csound)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-10 22:47:17 +01:00
parent b255365cd1
commit 917dc89672
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -654,14 +654,14 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
(name "csound") (name "csound")
(version "6.11.0") (version "6.11.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/csound/csound/archive/" (url "https://github.com/csound/csound.git")
version ".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd")))) "1hlkrnv3gghx4v382nl6v6k2k1dzm5ddk35m5g3q6pzc959726s7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)