Commit d1f78f15 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 585a077f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "jsonargparse";
  version = "4.31.0";
  version = "4.32.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "omni-us";
    repo = "jsonargparse";
    rev = "refs/tags/v${version}";
    hash = "sha256-wtiVUf7aA0++XKb2hVcXeyKneY4eq5M4FN1JbdxMh9Q=";
    hash = "sha256-enI9MNaktDNC1RAMALqy82w66n7ZPm/mtAvrmzPr59c=";
  };

  build-system = [ setuptools ];