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

This commit is contained in:
Matthias Beyer
2025-03-19 20:35:52 +01:00
committed by GitHub
@@ -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 = [