gnu: libxxf86dga: Update to 1.1.6.

* gnu/packages/xorg.scm (libxxf86dga): Update to 1.1.6.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:23 +02:00
parent 6ec602ecbd
commit 88e8b3422b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1457,14 +1457,14 @@ (define-public libxscrnsaver
(define-public libxxf86dga
(package
(name "libxxf86dga")
(version "1.1.5")
(version "1.1.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/lib/"
"libXxf86dga-" version ".tar.bz2"))
"libXxf86dga-" version ".tar.xz"))
(sha256
(base32 "00vjvcdlc1sga251jkxn6gkxmx9h5n290ffxxpa40qbca1gvr61b"))))
(base32 "03wqsxbgyrdbrhw8fk3fxc9nk8jnwz5537ym2yif73w0g5sl4i5y"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))