guix-commits
[Top][All Lists]
Advanced

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

10/41: gnu: l-smash: Fetch sources from git.


From: guix-commits
Subject: 10/41: gnu: l-smash: Fetch sources from git.
Date: Thu, 29 Nov 2018 16:44:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 45b2eff0aa32315141c84dec915feb0e4dd71ac9
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 29 16:37:41 2018 +0100

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b36eafc..936b912 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3064,14 +3064,14 @@ save it to the appropriate filename.")
     (name "l-smash")
     (version "2.14.5")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/"; name "/" name "/archive/v"
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/l-smash/l-smash.git";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dary0h65kq6sv93iabv25djlvzr5ckdcp3ywagbix44wqfw7xz6"))))
+                "0rcq9727im6kd8da8b7kzzbzxdldvmh5nsljj9pvr4m3lj484b02"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;no tests



reply via email to

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