gnu: xorgproto: Update to 2021.5.

* gnu/packages/xorg.scm (xorgproto): Update to 2021.5.
This commit is contained in:
Maxim Cournoyer 2021-10-28 21:40:05 -04:00
parent bcfff754ff
commit 3dd2ad6aee
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -238,14 +238,14 @@ which can be read by any architecture.")
(define-public xorgproto
(package
(name "xorgproto")
(version "2021.4")
(version "2021.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/proto/"
(uri (string-append "ftp://ftp.freedesktop.org/pub/xorg//individual/proto/"
"xorgproto-" version ".tar.bz2"))
(sha256
(base32
"1gwz8lhvczjinndrq2jb0swfvhk7p65rprkwiqwlp132041mfl8g"))))
"05d0kib351qmnlfimaznaw0220fr0ym7fx2gn9h2jqxxilxncbxa"))))
(build-system gnu-build-system)
(propagated-inputs
;; To get util-macros in (almost?) all package inputs.