gnu: libxfixes: Update to 6.0.1.

* gnu/packages/xorg.scm (libxfixes): Update to 6.0.1.

Change-Id: I541ed3b0e5f8aa3962ab4f0c25e17e02c6c1acc6
This commit is contained in:
宋文武 2024-12-28 18:12:39 +08:00
parent 212580dc3e
commit 78a254675e
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -4842,17 +4842,17 @@ (define-public libxau
(define-public libxfixes
(package
(name "libxfixes")
(version "6.0.0")
(version "6.0.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXfixes-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"0k2v4i4r24y3kdr5ici1qqhp69djnja919xfqp54c2rylm6s5hd7"))))
"0n1dq2mi60i0c06i7j6lq64cq335ir2l89yj0amj3529s8ygk5dn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))