python312Packages.configparser: 7.1.0 -> 7.2.0

This commit is contained in:
R. Ryantm
2025-03-12 00:32:26 +00:00
parent e735fed7a7
commit 10b5f8dd5a
@@ -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 = [