guix-commits
[Top][All Lists]
Advanced

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

33/33: gnu: libfs: Update to 1.0.9.


From: guix-commits
Subject: 33/33: gnu: libfs: Update to 1.0.9.
Date: Fri, 21 Oct 2022 13:20:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 78d4a08ac3a1de481bc56eef967a2e5ed2a912d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e835e9c938..270c0ad0ca 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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))



reply via email to

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