python3Packages.configparser: 7.0.0 -> 7.1.0

This commit is contained in:
Martin Weinelt 2024-09-29 17:04:04 +02:00
parent 87ff0b2cd5
commit dfa6f92168

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "configparser";
version = "7.0.0";
version = "7.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jaraco";
repo = "configparser";
rev = "refs/tags/v${version}";
hash = "sha256-OqlmAmBt4x+cJtK89dxsU7+Vn9wmGR9Djc59/ewHSxs=";
hash = "sha256-6B1I/kS60opMDpCzy2tnlnV65Qo500G0zPHP1I5TDWA=";
};
nativeBuildInputs = [