diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 13:29:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 15:33:15 +0200 |
commit | a20d28bb7c93cc3366e182a9ed7946ac25a01956 (patch) | |
tree | 629d169f8c90fffb50defd2031a44f1b9adfa953 /gnu | |
parent | 80e138750dc5c1716def506a904bce59fb7dacf2 (diff) | |
download | patches-a20d28bb7c93cc3366e182a9ed7946ac25a01956.tar patches-a20d28bb7c93cc3366e182a9ed7946ac25a01956.tar.gz |
gnu: parallel: Update to 20170322.
* gnu/packages/parallel.scm (parallel): Update to 20170322.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/parallel.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 1f8e68171d..0c40fe933e 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -45,7 +45,7 @@ (define-public parallel (package (name "parallel") - (version "20170122") + (version "20170322") (source (origin (method url-fetch) @@ -53,7 +53,7 @@ version ".tar.bz2")) (sha256 (base32 - "19maf889vj1c4zakqwap58f44hgypyb5mzzwfsliir9gvvcq6zj1")))) + "1xjk6np0gwa6p5j26camwybx1n0vqz0f0bksi593rgw800211y7q")))) (build-system gnu-build-system) (arguments `(#:phases |