me
/
guix
Archived
1
0
Fork 0

gnu: libfs: Update to 1.0.9.

* gnu/packages/xorg.scm (libfs): Update to 1.0.9.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 775c83c4fc
commit 78d4a08ac3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 5 deletions

View 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))