aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-23 14:58:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-24 00:34:00 +0200
commit2c36baa56ffeaf451f42e5f5ff3b60705e17a30b (patch)
treed2ae5f38d34c23c6c58a4e0b6cee5c0a66a45220
parent2f7ad2a788fa190dbe97038020322ce1c772feec (diff)
downloadguix-2c36baa56ffeaf451f42e5f5ff3b60705e17a30b.tar
guix-2c36baa56ffeaf451f42e5f5ff3b60705e17a30b.tar.gz
gnu: parallel: Update to 20180922.
* gnu/packages/parallel.scm (parallel): Update to 20180922.
-rw-r--r--gnu/packages/parallel.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index ec1fae6470..3dba2b8c00 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -48,7 +48,7 @@
(define-public parallel
(package
(name "parallel")
- (version "20180822")
+ (version "20180922")
(source
(origin
(method url-fetch)
@@ -56,7 +56,7 @@
version ".tar.bz2"))
(sha256
(base32
- "0jjs7fpvdjjb5v0j39a6k7hq9h5ap3db1j7vg1r2dq4swk23h9bm"))))
+ "07q7lzway2qf8mx6fb4q45jmirsc8pw6rgv03ifrp32jw3q8w1za"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -66,7 +66,7 @@
(for-each
(lambda (file)
(substitute* file
- ;; Patch hard coded '/bin/sh' in the lin ending in:
+ ;; Patch hard coded '/bin/sh' in the line ending in:
;; $Global::shell = $ENV{'PARALLEL_SHELL'} ||
;; parent_shell($$) || $ENV{'SHELL'} || "/bin/sh";
(("/bin/sh\\\";\n$") (string-append (which "sh") "\";\n"))))