GNU bug report logs - #75160
[PATCH xorg-updates 000/109] Xorg updates

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Sat, 28 Dec 2024 11:10:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #230 received at 75160 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 75160 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH xorg-updates 082/109] gnu: libxpresent: Update to 1.0.1.
Date: Sat, 28 Dec 2024 19:15:53 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/xorg.scm (libxpresent): Update to 1.0.1.

Change-Id: I05db2a8d317d97c8c7eef3ba66340b665264da80
---
 gnu/packages/xorg.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ce5ba515a3..d319e5ebff 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5885,13 +5885,16 @@ (define-public libxaw3d
 (define-public libxpresent
   (package
     (name "libxpresent")
-    (version "1.0.0")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
-              (uri "mirror://xorg/individual/lib/libXpresent-1.0.0.tar.bz2")
+              (uri (string-append
+                    "mirror://xorg/individual/lib/libXpresent-"
+                    version
+                    ".tar.xz"))
               (sha256
                (base32
-                "12kvvar3ihf6sw49h6ywfdiwmb8i1gh8wasg1zhzp6hs2hay06n1"))))
+                "06r34v7z3jb0x7l5ghlc1g82gjjp5ilq5p6j11galv86bagdyr5r"))))
     (inputs
      (list libx11 xorgproto libxext libxfixes libxrandr))
     (native-inputs
-- 
2.46.0





This bug report was last modified 170 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.