gnu: extempore: Fetch sources from git.

* gnu/packages/music.scm (extempore)[source]: Fetch from git.
master
Ricardo Wurmus 2018-06-22 14:17:40 +02:00
parent 2394afa496
commit 8b0f6917b3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -555,14 +555,14 @@ MusePack, Monkey's Audio, and WavPack files.")
(name "extempore") (name "extempore")
(version "0.7.0") (version "0.7.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/digego/extempore/archive/" (url "https://github.com/digego/extempore.git")
version ".tar.gz")) (commit version)))
(sha256 (sha256
(base32 (base32
"1wap1mvsicrhlazikf7l8zxg37fir8bmnh9rin28m1rix730vcch")) "12fsp7zkfxb9kykwq46l88kcbbici9arczrrsl4qn87m6vm5349l"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version "-checkout"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(;; The default target also includes ahead-of-time compilation of the `(;; The default target also includes ahead-of-time compilation of the