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

python312Packages.configparser: 6.0.1 -> 7.0.0

parent 55b4d7d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "configparser";
  version = "6.0.1";
  version = "7.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jaraco";
    repo = "configparser";
    rev = "refs/tags/v${version}";
    hash = "sha256-r+poK+knBQi48Z1VrNFqUt9Qm9iGERAOTFa4bKfXi0g=";
    hash = "sha256-OqlmAmBt4x+cJtK89dxsU7+Vn9wmGR9Djc59/ewHSxs=";
  };

  nativeBuildInputs = [