mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: xcb-proto: Update to 1.14.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.14. [source](uri): Change to .xz tarball.
This commit is contained in:
parent
736d772b82
commit
814ad500ff
1 changed files with 3 additions and 4 deletions
|
@ -2130,17 +2130,16 @@ (define-public xcalc
|
|||
(define-public xcb-proto
|
||||
(package
|
||||
(name "xcb-proto")
|
||||
(version "1.13")
|
||||
(version "1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://xcb.freedesktop.org/dist/xcb-proto-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qdxw9syhbvswiqj5dvj278lrmfhs81apzmvx6205s4vcqg7563v"))))
|
||||
"01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper)))
|
||||
|
|
Loading…
Reference in a new issue