Unverified Commit d029ae5a authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

python312Packages.configparser: 7.1.0 -> 7.2.0 (#389130)

parents 45951ef1 10b5f8dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "configparser";
  version = "7.1.0";
  version = "7.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jaraco";
    repo = "configparser";
    tag = "v${version}";
    hash = "sha256-6B1I/kS60opMDpCzy2tnlnV65Qo500G0zPHP1I5TDWA=";
    hash = "sha256-ZPoHnmD0YjY3+dUW1NKDJjNOVrUFNOjQyMqamOsS2RQ=";
  };

  nativeBuildInputs = [