1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 09:40:28 +02:00

gnu: libxcvt: Update to 0.1.3.

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

Change-Id: I2f23bec3a37c8522832ece46c36e153d7ef602f6
This commit is contained in:
宋文武
2024-12-28 18:16:24 +08:00
parent 0897cd3a25
commit 337abd8a0f

View File

@@ -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")