[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/36: gnu: bspwm: Update to 0.9.5.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/36: gnu: bspwm: Update to 0.9.5. |
Date: |
Tue, 19 Jun 2018 23:27:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit aa0551c270abe45cf36c2fda80a15351fbcaba3b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jun 19 23:12:05 2018 +0200
gnu: bspwm: Update to 0.9.5.
* gnu/packages/wm.scm (bspwm): Update to 0.9.5.
---
gnu/packages/wm.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a3705c9..2a09521 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -103,7 +103,7 @@ nested include statements).")
(define-public bspwm
(package
(name "bspwm")
- (version "0.9.4")
+ (version "0.9.5")
(source
(origin
(file-name (string-append name "-" version ".tar.gz"))
@@ -113,7 +113,7 @@ nested include statements).")
version ".tar.gz"))
(sha256
(base32
- "0yjr0vzbj3ar8qfr6gvpvjd82ay8iy1sg2fkw2swghlqiy6ix4kw"))))
+ "10pph8wxqysgk7b2h0svs0nwacn1a4y44jnzzry32pd1ysx92d97"))))
(build-system gnu-build-system)
(inputs
`(("libxcb" ,libxcb)
@@ -123,10 +123,13 @@ nested include statements).")
("xcb-util-keysyms" ,xcb-util-keysyms)
("xcb-util-wm" ,xcb-util-wm)))
(arguments
- '(#:phases (modify-phases %standard-phases (delete 'configure))
- #:tests? #f ; no check target
- #:make-flags (list "CC=gcc"
- (string-append "PREFIX=" %output))))
+ '(#:phases
+ (modify-phases %standard-phases
+ (delete 'configure)) ; no configure script
+ #:tests? #f ; no check target
+ #:make-flags
+ (list "CC=gcc"
+ (string-append "PREFIX=" %output))))
(home-page "https://github.com/baskerville/bspwm")
(synopsis "Tiling window manager based on binary space partitioning")
(description "bspwm is a tiling window manager that represents windows as
- branch master updated (c19af99 -> 80f7550), Tobias Geerinckx-Rice, 2018/06/19
- 03/36: gnu: inxi-minimal: Update to 3.0.12-1., Tobias Geerinckx-Rice, 2018/06/19
- 01/36: gnu: mrrescue: Fix typo in description., Tobias Geerinckx-Rice, 2018/06/19
- 04/36: gnu: r-xfun: Update to 0.2., Tobias Geerinckx-Rice, 2018/06/19
- 07/36: gnu: emacs-ghub: Update to 2.0.1., Tobias Geerinckx-Rice, 2018/06/19
- 02/36: gnu: bspwm: Update to 0.9.5.,
Tobias Geerinckx-Rice <=
- 08/36: gnu: guile-emacs: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 10/36: gnu: emacs-ghub: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 06/36: Fix some more lonely unquotes., Tobias Geerinckx-Rice, 2018/06/19
- 14/36: gnu: emacs-graphviz-dot-mode: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 16/36: gnu: emacs-pdf-tools: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 09/36: gnu: emacs-magit-popup: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 05/36: gnu: emacs-with-editor: Update to 2.7.3., Tobias Geerinckx-Rice, 2018/06/19
- 13/36: gnu: emacs-ag: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19
- 11/36: gnu: haskell-mode: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/19
- 15/36: gnu: emacs-mmm-mode: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/19