diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-23 18:38:34 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-06-13 01:00:46 +0200 |
commit | 276626ce8bebd8ee7643691d883a9aea069311d0 (patch) | |
tree | 3595413005ddd0617beec5b9808ac6a10e566e33 /gnu/packages | |
parent | b54bfa4ec46e017699fdd989a41bc92ce24f6f36 (diff) | |
download | guix-276626ce8bebd8ee7643691d883a9aea069311d0.tar guix-276626ce8bebd8ee7643691d883a9aea069311d0.tar.gz |
gnu: libx11: Update to 1.7.1.
* gnu/packages/xorg.scm (libx11): Update to 1.7.1.
[replacement]: Remove.
(libx11/fixed): Remove variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xorg.scm | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 488c124d33..1afd028bbd 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5500,8 +5500,7 @@ draggable titlebars and borders.") (define-public libx11 (package (name "libx11") - (replacement libx11/fixed) - (version "1.7.0") + (version "1.7.1") (source (origin (method url-fetch) @@ -5511,7 +5510,7 @@ draggable titlebars and borders.") ".tar.bz2")) (sha256 (base32 - "0m6bfwllr3pq2c00l51y62yiq15kphc8dw69zf67qhwmclxzkj1n")))) + "0isxad59hvdwggbxqqjjjg3zmih9xiq4d9mdsnqbyb2nmbg46kp6")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;8 MiB of man pages + XML @@ -5539,18 +5538,6 @@ draggable titlebars and borders.") (description "Xorg Core X11 protocol client library.") (license license:x11))) -(define-public libx11/fixed - (package - (inherit libx11) - (version "1.7.A") - (source - (origin - (method url-fetch) - (uri "mirror://xorg/individual/lib/libX11-1.7.1.tar.bz2") - (sha256 - (base32 - "0isxad59hvdwggbxqqjjjg3zmih9xiq4d9mdsnqbyb2nmbg46kp6")))))) - ;; packages of height 5 in the propagated-inputs tree (define-public libxcursor |