gnu: libfs: Update to 1.0.9.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 16 Oct 2022 00:00:00 +0000 (02:00 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 16 Oct 2022 00:00:29 +0000 (02:00 +0200)
* gnu/packages/xorg.scm (libfs): Update to 1.0.9.

gnu/packages/xorg.scm

index e835e9c..270c0ad 100644 (file)
@@ -1081,16 +1081,14 @@ synchronization between the X server and direct-rendering clients.")
 (define-public libfs
   (package
     (name "libfs")
-    (version "1.0.8")
+    (version "1.0.9")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/individual/lib/libFS-"
-               version
-               ".tar.bz2"))
+              "mirror://xorg/individual/lib/libFS-" version ".tar.xz"))
         (sha256
-          (base32 "03xxyvpfa3rhqcld4p2chkil482jn9cp80hj17jdybcv2hkkgqf8"))))
+          (base32 "12i0zh1v5zlba617nam8sjhfqi68qqnl7z5hsz3wqhijid1pjwsr"))))
     (build-system gnu-build-system)
     (inputs
       (list xtrans xorgproto))