Unverified Commit 85c85899 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.jsonargparse: 4.33.1 -> 4.33.2 (#347038)

parents 0473d537 40840a0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "jsonargparse";
  version = "4.33.1";
  version = "4.33.2";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "omni-us";
    repo = "jsonargparse";
    rev = "refs/tags/v${version}";
    hash = "sha256-r3TIuKzFkJ1CzdVwxkKLWqi1uo7Goe9mzgKCRZFxwH8=";
    hash = "sha256-yY/j4UwAoe/qQjBQXgFSrv2BX7DB5EyGCdVYoioyKr8=";
  };

  build-system = [ setuptools ];