python3Packages.nestedtext: 3.7 -> 3.8 (#474706)

This commit is contained in:
dotlambda 2026-01-07 12:12:44 +00:00 committed by GitHub
commit b574067aa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "nestedtext";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "KenKundert";
repo = "nestedtext";
tag = "v${version}";
hash = "sha256-lNqSmEmzuRGdXs/4mwKSh7yDGHnAykpIDIR+abbLCns=";
hash = "sha256-eg5Q11dl9ikGpNYx2Sd47MBPC9S4W2M6PpehFpowzdk=";
};
nativeBuildInputs = [ flit-core ];