diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 01:29:41 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:29 +0200 |
commit | dc05eeced6e3d78ad75c0febe8aa4ae41896dc29 (patch) | |
tree | 9b6aaf7f678381d9f434d027336715474632d665 | |
parent | d58310ee3837c7bf77b4da04377e73653c347e4d (diff) | |
download | guix-dc05eeced6e3d78ad75c0febe8aa4ae41896dc29.tar.gz guix-dc05eeced6e3d78ad75c0febe8aa4ae41896dc29.zip |
gnu: libx11: Update to 1.8.1.
* gnu/packages/xorg.scm (libx11): Update to 1.8.1.
-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 cb82f96583..3a18974805 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5535,7 +5535,7 @@ Wayland.") (define-public libx11 (package (name "libx11") - (version "1.7.3.1") + (version "1.8.1") (source (origin (method url-fetch) @@ -5543,7 +5543,7 @@ Wayland.") "/individual/lib/libX11-" version ".tar.xz")) (sha256 (base32 - "1289nvs52q9fnp7zl30bdpbvqggnjjb39vy0zll511zvcrr43z9g")))) + "1xyry8i7zqmlkvpbyyqwi18rrdw6ycczlvfp63rh2570pfhimi0v")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;8 MiB of man pages + XML |