iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit f99d2e383507f7b2b65f5a1e6953e0d39db672a0
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:35:33 2024 +0800

    gnu: libfs: Update to 1.0.10.
    
    * gnu/packages/xorg.scm (libfs): Update to 1.0.10.
    
    Change-Id: I402c9da76984c8618f5e2b8ca5956c889d7faf56
---
 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 d5e7615e69..7822817efd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1149,14 +1149,14 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public libfs
   (package
     (name "libfs")
-    (version "1.0.9")
+    (version "1.0.10")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
               "mirror://xorg/individual/lib/libFS-" version ".tar.xz"))
         (sha256
-          (base32 "12i0zh1v5zlba617nam8sjhfqi68qqnl7z5hsz3wqhijid1pjwsr"))))
+          (base32 "0xrv9x5v6km7ib3d5k9xr704xkhfvigh8i507mb9i706hqybvawv"))))
     (build-system gnu-build-system)
     (inputs
       (list xtrans xorgproto))

Reply via email to