me
/
guix
Archived
1
0
Fork 0

gnu: libx11: Update to 1.7.1.

* gnu/packages/xorg.scm (libx11): Update to 1.7.1.
[replacement]: Remove.
(libx11/fixed): Remove variable.
master
Marius Bakke 2021-05-23 18:38:34 +02:00
parent b54bfa4ec4
commit 276626ce8b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 15 deletions

View File

@ -5500,8 +5500,7 @@ draggable titlebars and borders.")
(define-public libx11 (define-public libx11
(package (package
(name "libx11") (name "libx11")
(replacement libx11/fixed) (version "1.7.1")
(version "1.7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5511,7 +5510,7 @@ draggable titlebars and borders.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0m6bfwllr3pq2c00l51y62yiq15kphc8dw69zf67qhwmclxzkj1n")))) "0isxad59hvdwggbxqqjjjg3zmih9xiq4d9mdsnqbyb2nmbg46kp6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"doc")) ;8 MiB of man pages + XML "doc")) ;8 MiB of man pages + XML
@ -5539,18 +5538,6 @@ draggable titlebars and borders.")
(description "Xorg Core X11 protocol client library.") (description "Xorg Core X11 protocol client library.")
(license license:x11))) (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 ;; packages of height 5 in the propagated-inputs tree
(define-public libxcursor (define-public libxcursor