argparse: 2.6 -> 2.9

This commit is contained in:
R. Ryantm 2022-09-22 08:36:25 +00:00 committed by Matthieu Coudron
parent baa485066e
commit b225d54ffc

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "argparse";
version = "2.6";
version = "2.9";
src = fetchFromGitHub {
owner = "p-ranav";
repo = "argparse";
rev = "v${version}";
sha256 = "sha256-imLDuVbzkiE5hcQVarZGeNzNZE0/8LHMQqAiUYzPVks=";
sha256 = "sha256-vbf4kePi5gfg9ub4aP1cCK1jtiA65bUS9+5Ghgvxt/E=";
};
nativeBuildInputs = [