Archived
1
0
Fork 0

gnu: xorgproto: Update to 2023.2.

* gnu/packages/xorg.scm (xorgproto): Update to 2023.2.

Change-Id: Ie0e4712e4ec3fe9620d160bedcfe74452fa6ae5d
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Kaelyn Takata 2023-12-16 01:00:51 +00:00 committed by John Kehayias
parent 17c3a3bfff
commit 3080abba40
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -245,14 +245,14 @@ which can be read by any architecture.")
(define-public xorgproto (define-public xorgproto
(package (package
(name "xorgproto") (name "xorgproto")
(version "2022.2") (version "2023.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://xorg/individual/proto" (uri (string-append "mirror://xorg/individual/proto"
"/xorgproto-" version ".tar.xz")) "/xorgproto-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"17kbq1x68jl9mz69ays5c0w72lpkqi937raxk0im7y88pvrdn4sx")))) "0b4c27aq25w1fccks49p020avf9jzh75kaq5qwnww51bp1yvq7xn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
;; To get util-macros in (almost?) all package inputs. ;; To get util-macros in (almost?) all package inputs.