guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: extempore: Fetch sources from git.


From: Ricardo Wurmus
Subject: 01/01: gnu: extempore: Fetch sources from git.
Date: Fri, 22 Jun 2018 08:18:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8b0f6917b31abc20371f84bff4648dc9b9620040
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 22 14:17:40 2018 +0200

    gnu: extempore: Fetch sources from git.
    
    * gnu/packages/music.scm (extempore)[source]: Fetch from git.
---
 gnu/packages/music.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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



reply via email to

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