Merge pull request #328059 from r-ryantm/auto-update/argparse

argparse: 3.0 -> 3.1
This commit is contained in:
Matthias Beyer
2024-07-28 09:57:48 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "argparse";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = "p-ranav";
repo = "argparse";
rev = "v${version}";
sha256 = "sha256-0fgMy7Q9BiQ/C1tmhuNpQgad8yzaLYxh5f6Ps38f2mk=";
sha256 = "sha256-JH9t/e/6RaSz+3LjmuNBYOy5gJT3zA+Vz4CxuwEXlvA=";
};
postPatch = ''