diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2020-03-23 17:40:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2020-03-23 18:35:27 +0100 |
commit | 5490b2c733c96887c7d0dbfd6ce438df170870a1 (patch) | |
tree | 885a628c7d23026e28cb2beed2b709c347cf21d2 | |
parent | c2d468a111093ff3be874ea6d45d04308c9a083a (diff) |
gnu: parallel: Update to 20200322.
* gnu/packages/parallel.scm (parallel): Update to 20200322.
-rw-r--r-- | gnu/packages/parallel.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index f1060bb66b..8545c87bb7 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2016 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016 Ben Woodcroft <[email protected]> ;;; Copyright © 2017, 2018 Rutger Helling <[email protected]> -;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Clément Lassieur <[email protected]> ;;; Copyright © 2019 Ludovic Courtès <[email protected]> ;;; @@ -54,14 +54,14 @@ (define-public parallel (package (name "parallel") - (version "20200122") + (version "20200322") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/parallel/parallel-" version ".tar.bz2")) (sha256 - (base32 "070cv3b1ja8lmn2a5h1ry6b5y35jpm4z5r9yv9nb5kd5im11wvqi")))) + (base32 "0kg95glnfg25i1w7qg2vr5v4671vigsazmz4qdf223l64khq8x10")))) (build-system gnu-build-system) (arguments `(#:phases |