me
/
guix
Archived
1
0
Fork 0

gnu: xcb-proto: Update to 1.14.

* gnu/packages/xorg.scm (xcb-proto): Update to 1.14.
[source](uri): Change to .xz tarball.
master
Marius Bakke 2020-03-26 15:22:40 +01:00
parent 736d772b82
commit 814ad500ff
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 4 deletions

View File

@ -2130,17 +2130,16 @@ emulate a TI-30 or an HP-10C.")
(define-public xcb-proto (define-public xcb-proto
(package (package
(name "xcb-proto") (name "xcb-proto")
(version "1.13") (version "1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://xcb.freedesktop.org/dist/xcb-proto-" "https://xcb.freedesktop.org/dist/xcb-proto-"
version version ".tar.xz"))
".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1qdxw9syhbvswiqj5dvj278lrmfhs81apzmvx6205s4vcqg7563v")))) "01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper))) `(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper)))