guix-commits
[Top][All Lists]
Advanced

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

69/113: gnu: libxcvt: Update to 0.1.3.


From: guix-commits
Subject: 69/113: gnu: libxcvt: Update to 0.1.3.
Date: Fri, 31 Jan 2025 04:12:13 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 337abd8a0fccf38f12b13c22e85ae84449acbaeb
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 18:16:24 2024 +0800

    gnu: libxcvt: Update to 0.1.3.
    
    * 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 456a3854b1..73c7a53f13 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5079,14 +5079,14 @@ over Xlib, including:
 (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")



reply via email to

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