gnu: libxft: Update to 2.3.2.
* gnu/packages/xorg.scm (libxft): Update to 2.3.2.
This commit is contained in:
parent
4c573e6967
commit
140a079347
@ -1225,17 +1225,17 @@ synchronization between the X server and direct-rendering clients.")
|
|||||||
(define-public libxft
|
(define-public libxft
|
||||||
(package
|
(package
|
||||||
(name "libxft")
|
(name "libxft")
|
||||||
(version "2.3.1")
|
(version "2.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/libXft-"
|
"mirror://xorg/individual/lib/libXft-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gdv6559cdz1lfw73x7wsvax1fkvphmayrymprljhyyb5nwk5kkz"))))
|
"0k6wzi5rzs0d0n338ms8n8lfyhq914hw4yl2j7553wqxfqjci8zm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; xft.pc refers to all these.
|
;; xft.pc refers to all these.
|
||||||
|
Loading…
Reference in New Issue
Block a user