[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: fuse: Update source hash.
From: |
Marius Bakke |
Subject: |
01/03: gnu: fuse: Update source hash. |
Date: |
Thu, 26 Jul 2018 11:35:14 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 4bda2274a5d530f23b5b79166ea95e029912b5d4
Author: Marius Bakke <address@hidden>
Date: Thu Jul 26 17:17:45 2018 +0200
gnu: fuse: Update source hash.
The fuse 2.9.8 tarball and signature was modified in place. Both are signed
by the same key, at different dates, and the only differences are directory
timestamps and a ChangeLog update.
* gnu/packages/linux.scm (fuse)[source](sha256): Update.
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 72fd24f..7ecc795 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1619,7 +1619,7 @@ processes currently causing I/O.")
"/fuse-" version ".tar.gz"))
(sha256
(base32
- "1k4ggl2y5v0lr98l189pc81w0zijj23wbbnijsc6zlx84117nd0j"))
+ "1qxg1r1mgysfq6qakmvid2njph3lr00w0swvydsfl9ymilfzi12y"))
(patches (search-patches "fuse-overlapping-headers.patch"))))
(build-system gnu-build-system)
(inputs `(("util-linux" ,util-linux)))