gnu: bspwm: Update to 0.9.9.

* gnu/packages/wm.scm (bspwm): Update to 0.9.9.
master
Tobias Geerinckx-Rice 2019-09-25 23:44:22 +02:00
parent f51905a472
commit 9610a422b0
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
(define-public bspwm
(package
(name "bspwm")
(version "0.9.5")
(version "0.9.9")
(source
(origin
(method git-fetch)
@ -106,7 +106,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "09h3g1rxxjyw861mk32lj774nmwkx8cwxq4wfgmf4dpbizymvhhr"))))
(base32 "1i7crmljk1vra1r6alxvj6lqqailjjcv0llyg7a0gm23rbv4a42g"))))
(build-system gnu-build-system)
(inputs
`(("libxcb" ,libxcb)