diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-23 01:32:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-23 01:33:53 +0100 |
commit | 341afe2a36125b11c1bc08bdc8f63421edaba008 (patch) | |
tree | 2408a9736411fd98dee783ed2d0558b15ec20669 | |
parent | afb7cd8e667bdf2c814e5c7ffe4cc663b3a4b8ec (diff) | |
download | patches-341afe2a36125b11c1bc08bdc8f63421edaba008.tar patches-341afe2a36125b11c1bc08bdc8f63421edaba008.tar.gz |
gnu: parallel: Update source hash.
The upstream tarball changed almost immediately after release.
See https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00319.html.
* gnu/packages/parallel.scm (parallel)[source]: Update hash.
-rw-r--r-- | gnu/packages/parallel.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 337e9d4cb3..95f0d6227a 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -55,7 +55,7 @@ version ".tar.bz2")) (sha256 (base32 - "1wkkqghdjp9j2aqnrfh57kad1w41gdg7knhhlciczkm853f4d0sw")))) + "1wkbppb4mc56grl6jsp803sf0hm7mg5ff7qmxalp7sd0vxqw41p9")))) (build-system gnu-build-system) (arguments `(#:phases |