mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: xhost: Update to 1.0.7.
* gnu/packages/xorg.scm (xhost): Update to 1.0.7.
This commit is contained in:
parent
033a1ba373
commit
2e5a0b7850
1 changed files with 2 additions and 2 deletions
|
@ -3528,7 +3528,7 @@ (define-public xgamma
|
|||
(define-public xhost
|
||||
(package
|
||||
(name "xhost")
|
||||
(version "1.0.6")
|
||||
(version "1.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3538,7 +3538,7 @@ (define-public xhost
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hlxm0is9nks1cx033s1733kkib9ivx2bxa3pb9yayqavwibkxd6"))))
|
||||
"16n26xw6l01zq31d4qvsaz50misvizhn7iihzdn5f7s72pp1krlk"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxmu" ,libxmu)
|
||||
|
|
Loading…
Reference in a new issue