nckx pushed a commit to branch master
in repository guix.

commit 77ad8a65b1bb736c88cb7bece68e346abc80b12c
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Fri Mar 15 17:17:18 2019 +0100

    gnu: libfs: Update to 1.0.8.
    
    * gnu/packages/xorg.scm (libfs): Update to 1.0.8.
---
 gnu/packages/xorg.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a029d23..28af5b1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1110,7 +1110,7 @@ synchronization between the X server and direct-rendering 
clients.")
 (define-public libfs
   (package
     (name "libfs")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
       (origin
         (method url-fetch)
@@ -1119,8 +1119,7 @@ synchronization between the X server and direct-rendering 
clients.")
                version
                ".tar.bz2"))
         (sha256
-          (base32
-            "1wy4km3qwwajbyl8y9pka0zwizn7d9pfiyjgzba02x3a083lr79f"))))
+          (base32 "03xxyvpfa3rhqcld4p2chkil482jn9cp80hj17jdybcv2hkkgqf8"))))
     (build-system gnu-build-system)
     (inputs
       `(("xtrans" ,xtrans)

Reply via email to