guix-commits
[Top][All Lists]
Advanced

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

29/38: gnu: bspwm: Don't use unstable tarball.


From: guix-commits
Subject: 29/38: gnu: bspwm: Don't use unstable tarball.
Date: Fri, 8 Feb 2019 18:02:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 782b1224ecb6808a524b9f9702ae5f324f4a5562
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 23 11:24:56 2018 +0100

    gnu: bspwm: Don't use unstable tarball.
    
    * gnu/packages/wm.scm (bspwm)[source]: Use GIT-FETCH and
    GIT-FILE-NAME.
---
 gnu/packages/wm.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b050b05..fd89df0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -108,14 +108,13 @@ nested include statements).")
     (version "0.9.5")
     (source
      (origin
-       (file-name (string-append name "-" version ".tar.gz"))
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/baskerville/bspwm/archive/";
-             version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/baskerville/bspwm.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "10pph8wxqysgk7b2h0svs0nwacn1a4y44jnzzry32pd1ysx92d97"))))
+        (base32 "09h3g1rxxjyw861mk32lj774nmwkx8cwxq4wfgmf4dpbizymvhhr"))))
     (build-system gnu-build-system)
     (inputs
      `(("libxcb" ,libxcb)



reply via email to

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