[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")))
- 33/75: gnu: font-charter: Install license file., (continued)
- 33/75: gnu: font-charter: Install license file., guix-commits, 2024/01/21
- 61/75: build/cargo-build-system: Support 16k page sizes on aarch64., guix-commits, 2024/01/21
- 13/75: gnu: inetutils: Convert to gexp., guix-commits, 2024/01/21
- 35/75: gnu: webrtc-audio-processing: Update to 1.0., guix-commits, 2024/01/21
- 45/75: gnu: dbm: Regenerate Autotools files., guix-commits, 2024/01/21
- 58/75: gnu: python: Make the build reproducible., guix-commits, 2024/01/21
- 65/75: gnu: patchelf: Update to 0.18.0., guix-commits, 2024/01/21
- 66/75: gnu: qpdf: Update to 11.8.0., guix-commits, 2024/01/21
- 51/75: gnu: findutils-boot0: Re-enable most tests., guix-commits, 2024/01/21
- 17/75: gnu: font-canada1500: Install license file., guix-commits, 2024/01/21
- 36/75: gnu: libxcomposite: Update to 0.4.6.,
guix-commits <=
- 38/75: gnu: transset: Update to 1.0.3., guix-commits, 2024/01/21
- 42/75: gnu: bluez: enable wiimote plugin., guix-commits, 2024/01/21
- 44/75: gnu: man-pages-posix: Remove redundant manpage compression., guix-commits, 2024/01/21
- 46/75: build-system/go: Honor #:parallel-build?., guix-commits, 2024/01/21
- 48/75: import: crate: Emit new-style package inputs., guix-commits, 2024/01/21
- 54/75: gnu: bluez: Update to 5.72., guix-commits, 2024/01/21
- 57/75: packages: Fix repacked file name extension when zstd is unavailable., guix-commits, 2024/01/21
- 63/75: gnu: libgpg-error: Update to 1.47., guix-commits, 2024/01/21
- 64/75: gnu: libice: Update to 1.1.1., guix-commits, 2024/01/21
- 68/75: gnu: openjdk9: Make build reproducible., guix-commits, 2024/01/21