summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <[email protected]>2024-12-28 18:30:32 +0800
committer宋文武 <[email protected]>2025-01-31 16:39:26 +0800
commitad8805034d74a79fb5b21d4e05b2d5e3c1356627 (patch)
treebce0637109be27aa3635cf86ec65736c3e24f52b
parent929e8d19cdedfb53949e7befac1a617ff5e83aa2 (diff)
gnu: xcompmgr: Update to 1.1.10.
* gnu/packages/xorg.scm (xcompmgr): Update to 1.1.10. Change-Id: Iac3adcc53cafa7d8fe3c9d70c090ffbb554899ba
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8ce3f61131..1da2acb1b2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6163,7 +6163,7 @@ Conventions Manual) and some of the @dfn{EWMH}
(define-public xcompmgr
(package
(name "xcompmgr")
- (version "1.1.8")
+ (version "1.1.10")
(source
(origin
;; There's no current tarball.
@@ -6172,7 +6172,7 @@ Conventions Manual) and some of the @dfn{EWMH}
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
(commit (string-append "xcompmgr-" version))))
(sha256
- (base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
+ (base32 "11bi5xa3wkvjl1v5xpfi6c9fhxsxx6smivwwj24zq5gidl72xjhk"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs