Commit b225d54f authored by R. RyanTM's avatar R. RyanTM Committed by Matthieu Coudron
Browse files

argparse: 2.6 -> 2.9

parent baa48506
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [