diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 17:17:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 20:30:42 +0100 |
commit | 77ad8a65b1bb736c88cb7bece68e346abc80b12c (patch) | |
tree | 10decd4395c74517ac0210e654d5116d58439474 /gnu/packages/xorg.scm | |
parent | 15ceaa910a05f4e231240ea340238331999a4b1e (diff) | |
download | patches-77ad8a65b1bb736c88cb7bece68e346abc80b12c.tar patches-77ad8a65b1bb736c88cb7bece68e346abc80b12c.tar.gz |
gnu: libfs: Update to 1.0.8.
* gnu/packages/xorg.scm (libfs): Update to 1.0.8.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a029d23953..28af5b12b3 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1110,7 +1110,7 @@ synchronization between the X server and direct-rendering clients.") (define-public libfs (package (name "libfs") - (version "1.0.7") + (version "1.0.8") (source (origin (method url-fetch) @@ -1119,8 +1119,7 @@ synchronization between the X server and direct-rendering clients.") version ".tar.bz2")) (sha256 - (base32 - "1wy4km3qwwajbyl8y9pka0zwizn7d9pfiyjgzba02x3a083lr79f")))) + (base32 "03xxyvpfa3rhqcld4p2chkil482jn9cp80hj17jdybcv2hkkgqf8")))) (build-system gnu-build-system) (inputs `(("xtrans" ,xtrans) |