Merge pull request #271100 from r-ryantm/auto-update/parallel

parallel: 20231022 -> 20231122
This commit is contained in:
Weijia Wang 2023-12-08 17:37:57 +01:00 committed by GitHub
commit e36938c9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "parallel";
version = "20231022";
version = "20231122";
src = fetchurl {
url = "mirror://gnu/parallel/${pname}-${version}.tar.bz2";
sha256 = "sha256-k/K5TxhQeYpLXdoiva6G2ramVl41JYYOCORvJWPzJow=";
sha256 = "sha256-giyc+KoXFSCthn2xPvE0Jmab0WTIG5AKPby1VmEb6uI=";
};
outputs = [ "out" "man" "doc" ];