mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xproto: Update to 7.0.28.
* gnu/packages/xorg.scm (xproto): Update to 7.0.28.
This commit is contained in:
parent
6fad350498
commit
10d85db449
1 changed files with 2 additions and 2 deletions
|
@ -4557,7 +4557,7 @@ (define-public mkfontdir
|
||||||
(define-public xproto
|
(define-public xproto
|
||||||
(package
|
(package
|
||||||
(name "xproto")
|
(name "xproto")
|
||||||
(version "7.0.26")
|
(version "7.0.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4567,7 +4567,7 @@ (define-public xproto
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ksi8vhfd916bx2f3xlyhn6azf6cvvzrsdja26haa1cqfp0n4qb3"))))
|
"1jpnvm33vi2dar5y5zgz7jjh0m8fpkcxm0f0lbwfx37ns5l5bs19"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("util-macros" ,util-macros))) ; to get util-macros in (almost?) all package inputs
|
`(("util-macros" ,util-macros))) ; to get util-macros in (almost?) all package inputs
|
||||||
|
|
Loading…
Reference in a new issue