gnu: libfs: Update to 1.0.7.

* gnu/packages/xorg.scm (libfs): Update to 1.0.7.
This commit is contained in:
Andy Wingo 2016-02-18 21:02:57 +01:00 committed by Mark H Weaver
parent 203593ddde
commit 34a9b4e5a1
1 changed files with 2 additions and 2 deletions

View File

@ -1100,7 +1100,7 @@ synchronization between the X server and direct-rendering clients.")
(define-public libfs (define-public libfs
(package (package
(name "libfs") (name "libfs")
(version "1.0.6") (version "1.0.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1110,7 +1110,7 @@ synchronization between the X server and direct-rendering clients.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1mxfsvj9m3pn8cdkcn4kg190zp665mf4pv0083g6xykvsgxzq1wh")))) "1wy4km3qwwajbyl8y9pka0zwizn7d9pfiyjgzba02x3a083lr79f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("xtrans" ,xtrans) `(("xtrans" ,xtrans)