emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49110: closed ([PATCH] gnu: libx11: Update to 1.7.2.)


From: GNU bug Tracking System
Subject: bug#49110: closed ([PATCH] gnu: libx11: Update to 1.7.2.)
Date: Mon, 21 Jun 2021 15:12:01 +0000

Your message dated Mon, 21 Jun 2021 18:10:24 +0300
with message-id <YNCr4CMreDG0hmZ5@3900XT>
and subject line Re: [bug#49110] [PATCH] gnu: libx11: Update to 1.7.2.
has caused the debbugs.gnu.org bug report #49110,
regarding [PATCH] gnu: libx11: Update to 1.7.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49110: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49110
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libx11: Update to 1.7.2. Date: Sat, 19 Jun 2021 02:17:14 -0700
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49110] [PATCH] gnu: libx11: Update to 1.7.2. Date: Mon, 21 Jun 2021 18:10:24 +0300
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]