iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit ba44a63a4a5efe398f2371e0fb4b6bdc42edb377
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:30:32 2024 +0800

    gnu: xcompmgr: Update to 1.1.10.
    
    * gnu/packages/xorg.scm (xcompmgr): Update to 1.1.10.
    
    Change-Id: Iac3adcc53cafa7d8fe3c9d70c090ffbb554899ba
---
 gnu/packages/xorg.scm | 4 ++--
 1 file 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

Reply via email to