diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-23 17:53:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-23 18:19:57 +0200 |
commit | 7e33054be8bc39c279a68466ae7a1ee6978ccc67 (patch) | |
tree | 3d828d8a8f36fd9bb93ef3190a396f6717ff56d1 | |
parent | 045fb51efe37e797f1f356cc0407bd346b9312b4 (diff) | |
download | guix-7e33054be8bc39c279a68466ae7a1ee6978ccc67.tar guix-7e33054be8bc39c279a68466ae7a1ee6978ccc67.tar.gz |
gnu: parallel: Update to 20200822.
* gnu/packages/parallel.scm (parallel): Update to 20200822.
-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 4e97496d37..96968a5790 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -55,14 +55,14 @@ (define-public parallel (package (name "parallel") - (version "20200722") + (version "20200822") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/parallel/parallel-" version ".tar.bz2")) (sha256 - (base32 "0vqd8nhf4lkvbfy7nnibxjkpzpfandpklqm0hrix5vki5x7x80a8")))) + (base32 "02dy46g6f05p7s2qs8h6yg20p1zl3flxxf77n5jw74l3h1m24m4n")))) (build-system gnu-build-system) (arguments `(#:phases |