~ruther/guix-local

ad8805034d74a79fb5b21d4e05b2d5e3c1356627 — 宋文武 1 year, 4 months ago 929e8d1
gnu: xcompmgr: Update to 1.1.10.

* gnu/packages/xorg.scm (xcompmgr): Update to 1.1.10.

Change-Id: Iac3adcc53cafa7d8fe3c9d70c090ffbb554899ba
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 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