guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: powertabeditor: Fetch sources from git.


From: Ricardo Wurmus
Subject: 02/02: gnu: powertabeditor: Fetch sources from git.
Date: Fri, 9 Nov 2018 02:38:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1b12b572a5df2b8c6f67ad0515a87543da098a09
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 9 08:37:12 2018 +0100

    gnu: powertabeditor: Fetch sources from git.
    
    * gnu/packages/music.scm (powertabeditor)[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 7df29de..3f0498e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1141,14 +1141,14 @@ your own lessons.")
     (name "powertabeditor")
     (version "2.0.0-alpha10")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/powertab/powertabeditor/archive/";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/powertab/powertabeditor.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1fr14ql0yhlqvh6y08yaanszm2nvca5i50rqym396kfvga3ky18x"))
+                "1z4fhdp71ck9synr12rg1p6365xnypd8ih40c5icj4si36khvksk"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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