python3Packages.ruamel-yaml: 0.18.10 -> 0.18.14

https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/CHANGES

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:07 +02:00
parent f7ca4ebcbb
commit 74298941a7
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "ruamel-yaml";
version = "0.18.10";
version = "0.18.14";
pyproject = true;
src = fetchPypi {
pname = "ruamel.yaml";
inherit version;
hash = "sha256-IMhqsprCFT+ApCjhJUqK32htM4PfBEkFFMo7eaNi21g=";
hash = "sha256-cie3aq7DZN8Vk2cw7799crMMC3mx1Xi7uOPcstgfUrc=";
};
nativeBuildInputs = [ setuptools ];