guix-commits
[Top][All Lists]
Advanced

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

26/62: gnu: libx11: Update to 1.8.1.


From: guix-commits
Subject: 26/62: gnu: libx11: Update to 1.8.1.
Date: Sun, 26 Jun 2022 06:09:08 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit dc05eeced6e3d78ad75c0febe8aa4ae41896dc29
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 01:29:41 2022 +0200

    gnu: libx11: Update to 1.8.1.
    
    * gnu/packages/xorg.scm (libx11): Update to 1.8.1.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index cb82f96583..3a18974805 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5535,7 +5535,7 @@ Wayland.")
 (define-public libx11
   (package
     (name "libx11")
-    (version "1.7.3.1")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
@@ -5543,7 +5543,7 @@ Wayland.")
                            "/individual/lib/libX11-" version ".tar.xz"))
        (sha256
         (base32
-         "1289nvs52q9fnp7zl30bdpbvqggnjjb39vy0zll511zvcrr43z9g"))))
+         "1xyry8i7zqmlkvpbyyqwi18rrdw6ycczlvfp63rh2570pfhimi0v"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                  ;8 MiB of man pages + XML



reply via email to

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