gnu: libxxf86dga: Update to 1.1.4.
* gnu/packages/xorg.scm (libxxf86dga): Update to 1.1.4.
This commit is contained in:
parent
07c6af48d2
commit
24e97d3487
@ -1392,17 +1392,17 @@ synchronization between the X server and direct-rendering clients.")
|
|||||||
(define-public libxxf86dga
|
(define-public libxxf86dga
|
||||||
(package
|
(package
|
||||||
(name "libxxf86dga")
|
(name "libxxf86dga")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/libXxf86dga-"
|
"mirror://xorg/individual/lib/libXxf86dga-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15291ddhyr54sribwbg8hxx2psgzm5gh0pgkw5yrf3zgvdsa67sm"))))
|
"0zn7aqj8x0951d8zb2h2andldvwkzbsc4cs7q023g6nzq6vd9v4f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("xf86dgaproto" ,xf86dgaproto)))
|
`(("xf86dgaproto" ,xf86dgaproto)))
|
||||||
|
Loading…
Reference in New Issue
Block a user