guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: libxft: Update to 2.3.3.


From: guix-commits
Subject: 03/09: gnu: libxft: Update to 2.3.3.
Date: Sun, 17 Mar 2019 12:02:35 -0400 (EDT)

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

commit df37df52c9ccbb04e2173af7146cd0bc6e32152d
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 17 14:04:07 2019 +0100

    gnu: libxft: Update to 2.3.3.
    
    * gnu/packages/xorg.scm (libxft): Update to 2.3.3.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3a7e69a..4867250 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1326,7 +1326,7 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
 (define-public libxft
   (package
     (name "libxft")
-    (version "2.3.2")
+    (version "2.3.3")
     (source
       (origin
         (method url-fetch)
@@ -1336,7 +1336,7 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0k6wzi5rzs0d0n338ms8n8lfyhq914hw4yl2j7553wqxfqjci8zm"))))
+            "05lja9s54090xwh31r0bqms4v3pimng5xr09g2rdnafx2vk6hp12"))))
     (build-system gnu-build-system)
     (propagated-inputs
      ;; xft.pc refers to all these.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]