mbakke pushed a commit to branch core-updates
in repository guix.

commit 5ddbfa90a7485e47fc57ce91d23a0718fc428457
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 01:23:53 2022 +0200

    gnu: libXft: Update to 2.3.4.
    
    * gnu/packages/xorg.scm (libxft): Update to 2.3.4.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f632c20f5d..b631fd5c6a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2016 Alex Kost <[email protected]>
 ;;; Copyright © 2016 David Craven <[email protected]>
 ;;; Copyright © 2016, 2017 John Darrington <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020, 2021 Marius Bakke <[email protected]>
+;;; Copyright © 2017-2022 Marius Bakke <[email protected]>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <[email protected]>
 ;;; Copyright © 2017, 2020 Arun Isaac <[email protected]>
 ;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <[email protected]>
@@ -1330,7 +1330,7 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
 (define-public libxft
   (package
     (name "libxft")
-    (version "2.3.3")
+    (version "2.3.4")
     (source
       (origin
         (method url-fetch)
@@ -1340,7 +1340,7 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
                ".tar.bz2"))
         (sha256
           (base32
-            "05lja9s54090xwh31r0bqms4v3pimng5xr09g2rdnafx2vk6hp12"))))
+            "1pdbr6gzfvixc791pjf42i9gg8wvfq6cpq6sdca04h4i42mxmpjp"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))

Reply via email to