* [bug#49110] [PATCH] gnu: libx11: Update to 1.7.2.
@ 2021-06-19 9:17 Matthew James Kraai
2021-06-21 15:10 ` bug#49110: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2021-06-19 9:17 UTC (permalink / raw)
To: 49110; +Cc: Matthew James Kraai
* gnu/packages/xorg.scm (libx11): Update to 1.7.2.
[source]: Use a "mirror://xorg" URL.
---
gnu/packages/xorg.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1afd028bbd..e2d3796522 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5500,17 +5500,15 @@ draggable titlebars and borders.")
(define-public libx11
(package
(name "libx11")
- (version "1.7.1")
+ (version "1.7.2")
(source
(origin
(method url-fetch)
- (uri (string-append
- "ftp://ftp.freedesktop.org/pub/xorg//individual/lib/libX11-"
- version
- ".tar.bz2"))
+ (uri (string-append "mirror://xorg/individual/lib/libX11-"
+ version ".tar.bz2"))
(sha256
(base32
- "0isxad59hvdwggbxqqjjjg3zmih9xiq4d9mdsnqbyb2nmbg46kp6"))))
+ "0v7aj8q3rlchdyfwdna7n7vgpyzyir391dlv5rwy9fxagbikbyhw"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;8 MiB of man pages + XML
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-21 15:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-19 9:17 [bug#49110] [PATCH] gnu: libx11: Update to 1.7.2 Matthew James Kraai
2021-06-21 15:10 ` bug#49110: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).