gnu: xorgproto: Update to 2019.1.

* gnu/packages/xorg.scm (xorgproto): Update to 2019.1.
master
Marius Bakke 2019-06-20 23:14:47 +02:00
parent 78b036ddce
commit d0828b0757
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -211,14 +211,14 @@ which can be read by any architecture.")
(define-public xorgproto
(package
(name "xorgproto")
(version "2018.4")
(version "2019.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/proto/"
name "-" version ".tar.bz2"))
(sha256
(base32
"180mqkp70i44rkmj430pmn9idssvffrgv4y5h19fm698a7h8bs7y"))))
"16yll1kaffnslik5sizlw3qrigj1gpsgfgyq6903g3mwdixamnm6"))))
(build-system gnu-build-system)
(propagated-inputs
;; To get util-macros in (almost?) all package inputs.