mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libfs: Update to 1.0.8.
* gnu/packages/xorg.scm (libfs): Update to 1.0.8.
This commit is contained in:
parent
15ceaa910a
commit
77ad8a65b1
1 changed files with 2 additions and 3 deletions
|
@ -1110,7 +1110,7 @@ (define-public libfontenc
|
|||
(define-public libfs
|
||||
(package
|
||||
(name "libfs")
|
||||
(version "1.0.7")
|
||||
(version "1.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1119,8 +1119,7 @@ (define-public libfs
|
|||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wy4km3qwwajbyl8y9pka0zwizn7d9pfiyjgzba02x3a083lr79f"))))
|
||||
(base32 "03xxyvpfa3rhqcld4p2chkil482jn9cp80hj17jdybcv2hkkgqf8"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("xtrans" ,xtrans)
|
||||
|
|
Loading…
Reference in a new issue