diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-26 17:17:45 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-26 17:17:45 +0200 |
commit | 4bda2274a5d530f23b5b79166ea95e029912b5d4 (patch) | |
tree | 68f3f30c416d3adf963a443ef915b6ca92000a28 | |
parent | a9446dde2b4113dc88101ffef1dbfff1e12e7ce6 (diff) | |
download | patches-4bda2274a5d530f23b5b79166ea95e029912b5d4.tar patches-4bda2274a5d530f23b5b79166ea95e029912b5d4.tar.gz |
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.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 72fd24ff6e..7ecc795b1f 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))) |