summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-11 03:26:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-11 05:26:46 +0200
commit5b6a159aa8abb15c2dd2bdbf1acb4169a4167e61 (patch)
treef00c7d25e80956851f8e224039bfeb7f0a7f3cfc /gnu/packages/xorg.scm
parenta35003c209f31e65887eb0553557fe9a89471895 (diff)
downloadguix-patches-5b6a159aa8abb15c2dd2bdbf1acb4169a4167e61.tar
guix-patches-5b6a159aa8abb15c2dd2bdbf1acb4169a4167e61.tar.gz
gnu: xcompmgr: Update to 1.1.8.
* gnu/packages/xorg.scm (xcompmgr): Update to 1.1.8.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index eec17b24fd..807f4b25b9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5970,17 +5970,16 @@ Conventions Manual) and some of the @dfn{EWMH}
(define-public xcompmgr
(package
(name "xcompmgr")
- (version "1.1.7")
+ (version "1.1.8")
(source
(origin
- ;; there's no current tarball
+ ;; There's no current tarball.
(method git-fetch)
(uri (git-reference
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
(commit (string-append "xcompmgr-" version))))
(sha256
- (base32
- "04swkrm3gk689wrjc418bd3n25w8r20kg1xfbn5j8d7mx1r5gf16"))
+ (base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
(file-name (string-append name "-" version))))
(build-system gnu-build-system)
(arguments