Merge pull request #307503 from r-ryantm/auto-update/python311Packages.nestedtext

python311Packages.nestedtext: 3.6 -> 3.7
This commit is contained in:
Jörg Thalheim 2024-04-30 09:49:02 +02:00 committed by GitHub
commit 6a363b8968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "nestedtext";
version = "3.6";
version = "3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "KenKundert";
repo = "nestedtext";
rev = "refs/tags/v${version}";
hash = "sha256-SHY/MTmYbNh3azkyvwEtuvT+V7YzfLi2B3FvBzv6Omo=";
hash = "sha256-lNqSmEmzuRGdXs/4mwKSh7yDGHnAykpIDIR+abbLCns=";
};
nativeBuildInputs = [