guix-commits
[Top][All Lists]
Advanced

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

28/34: gnu: libxfixes: Update to 6.0.0.


From: guix-commits
Subject: 28/34: gnu: libxfixes: Update to 6.0.0.
Date: Sat, 22 May 2021 11:16:34 -0400 (EDT)

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

commit dca6c3782ef9147df502566412bc73c719aa4b53
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 15:40:58 2021 +0200

    gnu: libxfixes: Update to 6.0.0.
    
    * gnu/packages/xorg.scm (libxfixes): Update to 6.0.0.
---
 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 9178a03..84fe4e9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5068,7 +5068,7 @@ an X Window System display.")
 (define-public libxfixes
   (package
     (name "libxfixes")
-    (version "5.0.3")
+    (version "6.0.0")
     (source
       (origin
         (method url-fetch)
@@ -5078,7 +5078,7 @@ an X Window System display.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"))))
+            "0k2v4i4r24y3kdr5ici1qqhp69djnja919xfqp54c2rylm6s5hd7"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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