diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-16 15:39:04 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 17:08:14 +0200 |
commit | 6642195f1531dc25651f3a374d2f6ee2cb861939 (patch) | |
tree | e9727a3a493ef7ea598ab896fc2b2c46cc15270c | |
parent | ea782f98d9662c8cdf14d9bbdc3ab12d5564dcfa (diff) |
gnu: xorgproto: Update to 2021.4.
* gnu/packages/xorg.scm (xorgproto): Update to 2021.4.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 6335759609..df138c4163 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -220,14 +220,14 @@ which can be read by any architecture.") (define-public xorgproto (package (name "xorgproto") - (version "2019.2") + (version "2021.4") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/proto/" "xorgproto-" version ".tar.bz2")) (sha256 (base32 - "13kvir8dz9dvzhvyfndpff1z7k8h14s7kkl7mbl427andhax1v26")))) + "1gwz8lhvczjinndrq2jb0swfvhk7p65rprkwiqwlp132041mfl8g")))) (build-system gnu-build-system) (propagated-inputs ;; To get util-macros in (almost?) all package inputs. |