* [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
* bug#49110: [PATCH] gnu: libx11: Update to 1.7.2.
2021-06-19 9:17 [bug#49110] [PATCH] gnu: libx11: Update to 1.7.2 Matthew James Kraai
@ 2021-06-21 15:10 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-06-21 15:10 UTC (permalink / raw)
To: Matthew James Kraai; +Cc: 49110-done
[-- Attachment #1: Type: text/plain, Size: 259 bytes --]
Thanks. I pushed the commit to core-updates.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.