diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:29 +0200 |
commit | 78d4a08ac3a1de481bc56eef967a2e5ed2a912d5 (patch) | |
tree | f6ddc6028d50ad52266318474f3e278b5c7ea460 /gnu | |
parent | 775c83c4fcf5ea8a3d641052948ac82b2d926243 (diff) | |
download | guix-78d4a08ac3a1de481bc56eef967a2e5ed2a912d5.tar guix-78d4a08ac3a1de481bc56eef967a2e5ed2a912d5.tar.gz |
gnu: libfs: Update to 1.0.9.
* gnu/packages/xorg.scm (libfs): Update to 1.0.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 8 |
1 files 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)) |