gnu: bspwm: Update to 0.9.10.

* gnu/packages/wm.scm (bspwm): Update to 0.9.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-12 23:24:04 +02:00
parent 638ef1e81d
commit 336b6d3cfb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -117,7 +117,7 @@ (define-module (gnu packages wm)
(define-public bspwm
(package
(name "bspwm")
(version "0.9.9")
(version "0.9.10")
(source
(origin
(method git-fetch)
@ -126,7 +126,7 @@ (define-public bspwm
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1i7crmljk1vra1r6alxvj6lqqailjjcv0llyg7a0gm23rbv4a42g"))))
(base32 "0qlv7b4c2mmjfd65y100d11x8iqyg5f6lfiws3cgmpjidhdygnxc"))))
(build-system gnu-build-system)
(inputs
`(("libxcb" ,libxcb)