guix-commits
[Top][All Lists]
Advanced

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

36/75: gnu: libxcomposite: Update to 0.4.6.


From: guix-commits
Subject: 36/75: gnu: libxcomposite: Update to 0.4.6.
Date: Sun, 21 Jan 2024 13:21:46 -0500 (EST)

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

commit 70b1bfe244ae7c7ab10e9b7487e3dcb9dcebc25b
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Thu Dec 8 14:31:16 2022 +0100

    gnu: libxcomposite: Update to 0.4.6.
    
    * gnu/packages/xorg.scm (libxcomposite): Update to 0.4.6.
    [source]: Fix uri due to release of xz archive.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0ec4dd8c7d..5c9ff00a14 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1287,17 +1287,17 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
 (define-public libxcomposite
   (package
     (name "libxcomposite")
-    (version "0.4.5")
+    (version "0.4.6")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXcomposite-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "13sfcglvz87vl58hd9rszwr73z0z4nwga3c12rfh7f5s2ln8l8dk"))))
+            "11rcvk380l5540gfqy9p8mbzw3l1p5g8l214p870f28smvqbqh7y"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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