summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 05:09:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 05:09:29 +0200
commitd87c9fc50682f4509f66f0e54b11d8d94c382325 (patch)
treeedea45620f71be28561c5249cb965b160ed6135d /gnu/packages/wm.scm
parent75d493aea1f8c38e67ebcec21ea2ca114ae05326 (diff)
downloadguix-patches-d87c9fc50682f4509f66f0e54b11d8d94c382325.tar
guix-patches-d87c9fc50682f4509f66f0e54b11d8d94c382325.tar.gz
gnu: herbstluftwm: Update to 0.8.3.
* gnu/packages/wm.scm (herbstluftwm): Update to 0.8.3.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3ed19c35a7..615ac788ed 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -151,15 +151,14 @@ the leaves of a full binary tree.")
(define-public herbstluftwm
(package
(name "herbstluftwm")
- (version "0.8.2")
+ (version "0.8.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://herbstluftwm.org/tarballs/herbstluftwm-"
version ".tar.gz"))
(sha256
- (base32
- "0wbl1s1gwdc61ll6qmkwb56swjxv99by1dhi080bdqn0w8p75804"))
+ (base32 "1qmb4pjf2f6g0dvcg11cw9njwmxblhqzd70ai8qnlgqw1iz3nkm1"))
(file-name (string-append "herbstluftwm-" version ".tar.gz"))))
(build-system cmake-build-system)
(inputs