guix-commits
[Top][All Lists]
Advanced

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

23/41: gnu: slop: Fetch sources from git.


From: guix-commits
Subject: 23/41: gnu: slop: Fetch sources from git.
Date: Thu, 29 Nov 2018 16:44:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 25d09f609e28337a579fecbcb9b53012009d00c2
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 29 22:12:57 2018 +0100

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

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1b05897..780fcd4 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -496,14 +496,14 @@ of the screen selected by mouse.")
     (name "slop")
     (version "7.4")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/naelstrof/slop/archive/v";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/naelstrof/slop.git";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kpdrikgpjb4fpxalb6pjcih5njv1w9cnrjj5612ywdv1q5mjs48"))))
+                "0fgd8a2dqkg64all0f96sca92sdss9r3pzmv5kck46b99z2325z6"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f)) ; no "check" target



reply via email to

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