Merge pull request #300617 from mfrw/mfrw/parallel-20240322

parallel: 20240222 -> 20240322
This commit is contained in:
Pascal Wittmann 2024-04-02 11:25:52 +02:00 committed by GitHub
commit a63151a4a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "parallel";
version = "20240222";
version = "20240322";
src = fetchurl {
url = "mirror://gnu/parallel/${pname}-${version}.tar.bz2";
sha256 = "sha256-66Cban4jj2Iik/fUYVl/NQdctW8XDQpzFI9T0lnshVY=";
hash = "sha256-CxcCmiA9q/e6bKflLC05EP/0ayl5R24SqREJILeeapU=";
};
outputs = [ "out" "man" "doc" ];