[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/33: gnu: libfs: Update to 1.0.9.
From: |
guix-commits |
Subject: |
33/33: gnu: libfs: Update to 1.0.9. |
Date: |
Fri, 21 Oct 2022 13:20:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 78d4a08ac3a1de481bc56eef967a2e5ed2a912d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200
gnu: libfs: Update to 1.0.9.
* gnu/packages/xorg.scm (libfs): Update to 1.0.9.
---
gnu/packages/xorg.scm | 8 +++-----
1 file 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))
- 04/33: gnu: criu: Update to 3.17.1., (continued)
- 04/33: gnu: criu: Update to 3.17.1., guix-commits, 2022/10/21
- 15/33: gnu: dosbox-staging: Update to 0.79.1., guix-commits, 2022/10/21
- 09/33: gnu: pd: Remove trailing #t from phases., guix-commits, 2022/10/21
- 17/33: gnu: dnsmasq: Update to 2.87., guix-commits, 2022/10/21
- 21/33: gnu: lldpd: Update to 1.0.15., guix-commits, 2022/10/21
- 20/33: gnu: imapfilter: Use G-expressions., guix-commits, 2022/10/21
- 22/33: guix-install.sh: Time out fetching OpenPGP keys., guix-commits, 2022/10/21
- 27/33: gnu: diffoscope: Update to 224., guix-commits, 2022/10/21
- 31/33: gnu: cloc: Update to 1.94., guix-commits, 2022/10/21
- 32/33: gnu: dmenu: Update to 5.2., guix-commits, 2022/10/21
- 33/33: gnu: libfs: Update to 1.0.9.,
guix-commits <=
- 10/33: gnu: pd: Remove input labels., guix-commits, 2022/10/21