guix-patches
[Top][All Lists]
Advanced

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

[bug#75160] [PATCH xorg-updates 070/109] gnu: libxcvt: Update to 0.1.3.


From: iyzsong
Subject: [bug#75160] [PATCH xorg-updates 070/109] gnu: libxcvt: Update to 0.1.3.
Date: Sat, 28 Dec 2024 19:15:41 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xorg.scm (libxcvt): Update to 0.1.3.

Change-Id: I2f23bec3a37c8522832ece46c36e153d7ef602f6
---
 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 5aca5afdf8..d0db22ccfc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5077,14 +5077,14 @@ (define-public libxcb
 (define-public libxcvt
   (package
     (name "libxcvt")
-    (version "0.1.1")
+    (version "0.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.x.org/releases/individual";
                                   "/lib/libxcvt-" version ".tar.xz"))
               (sha256
                (base32
-                "0acc7vrj5kfb19zvyl7f29rnsvx383dvwc19k70r8prm1lccxsr7"))))
+                "009f8kr53cv7lzsg4507cgnk9vxyrm8lgnnn6vx7vpk7hy59jad9"))))
     (build-system meson-build-system)
     (home-page "https://gitlab.freedesktop.org/xorg/lib/libxcvt";)
     (synopsis "VESA Coordinated Video Timings (CVT) library")
-- 
2.46.0






reply via email to

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