diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 8ca2a6b3dc..2e7b8f3455 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4879,12 +4879,14 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.") (version "1.9.0") (source (origin - (method url-fetch) - (uri (string-append "https://gitlab.com/geontime/geonkick/-/archive/v" - version "/geonkick-v" version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/geontime/geonkick.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "0wp8w5q69c1nrcc4qkcg0slakkpzp9ngw25iih8zhcl4hrjv42fd")))) + "17mwxnmxszdm2wjbigciwh8qx0487q9qhf4sl92y6nqdb0dlghnl")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;no tests included