guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/12: gnu: geonkick: Do not use unstable source tarball.


From: guix-commits
Subject: 10/12: gnu: geonkick: Do not use unstable source tarball.
Date: Wed, 13 Nov 2019 18:18:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2f491b884dad89b633344b2e5b3c0f3b4b27ba5e
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 13 22:39:44 2019 +0100

    gnu: geonkick: Do not use unstable source tarball.
    
    * gnu/packages/music.scm (geonkick)[source]: Change to GIT-FETCH.
---
 gnu/packages/music.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8ca2a6b..2e7b8f3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]