diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-23 18:37:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-23 18:37:15 +0200 |
commit | 799cc194f21b0f36f2b1cf83a47f75a30be56133 (patch) | |
tree | ca909058b862a496d1dcbbcc212e2f2d2c9b6016 /gnu | |
parent | 61e75d75121682d3a6e6c1f43473e67b81a82b9d (diff) | |
download | guix-799cc194f21b0f36f2b1cf83a47f75a30be56133.tar.gz |
gnu: parallel: Update to 20210422.
* gnu/packages/parallel.scm (parallel): Update to 20210422.
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 05964cd038..dcd28c792b 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -57,14 +57,14 @@ (define-public parallel (package (name "parallel") - (version "20210322") + (version "20210422") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/parallel/parallel-" version ".tar.bz2")) (sha256 - (base32 "152np0jg4n94sbl2p2fzxjfnssiyp5sg7r5wx6s8p893b921pxwq")))) + (base32 "1s4ynlsh5fr5vxcf5xm45fcfyzp62zclzjq5b7rbwrs4chxnlgmy")))) (build-system gnu-build-system) (arguments `(#:phases |