Commit cf58486d authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.jsonargparse: 4.42.0 -> 4.43.0

parent 61630d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "jsonargparse";
  version = "4.42.0";
  version = "4.43.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "omni-us";
    repo = "jsonargparse";
    tag = "v${version}";
    hash = "sha256-M6CEUDf6JcjZWRBoHfVyFmX9ZV8xsB7illoBk0YzZs0=";
    hash = "sha256-hKvzdkblQ11E++ZQoZg150Kjt06wDn+gSLrH429Sg+4=";
  };

  build-system = [ setuptools ];