mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libxft: Update to 2.3.8.
* gnu/packages/xorg.scm (libxft): Update to 2.3.8. Change-Id: I27b1e10ba700c700445c93267605ea53c481f122 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
547c19ed52
commit
be8352d190
1 changed files with 3 additions and 3 deletions
|
@ -1343,17 +1343,17 @@ (define-public libxdmcp
|
|||
(define-public libxft
|
||||
(package
|
||||
(name "libxft")
|
||||
(version "2.3.4")
|
||||
(version "2.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/lib/libXft-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pdbr6gzfvixc791pjf42i9gg8wvfq6cpq6sdca04h4i42mxmpjp"))))
|
||||
"1a3qybcvhdshgj1wynhsahdnrlmfv2wrjklyh1j2whj4v3i8zr1j"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue