gnu: xcompmgr: Update to 1.1.8.
* gnu/packages/xorg.scm (xcompmgr): Update to 1.1.8.
This commit is contained in:
parent
a35003c209
commit
5b6a159aa8
|
@ -5970,17 +5970,16 @@ Conventions Manual) and some of the @dfn{EWMH}
|
||||||
(define-public xcompmgr
|
(define-public xcompmgr
|
||||||
(package
|
(package
|
||||||
(name "xcompmgr")
|
(name "xcompmgr")
|
||||||
(version "1.1.7")
|
(version "1.1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; there's no current tarball
|
;; There's no current tarball.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
|
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
|
||||||
(commit (string-append "xcompmgr-" version))))
|
(commit (string-append "xcompmgr-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
|
||||||
"04swkrm3gk689wrjc418bd3n25w8r20kg1xfbn5j8d7mx1r5gf16"))
|
|
||||||
(file-name (string-append name "-" version))))
|
(file-name (string-append name "-" version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue