python3Packages.yamlloader: 1.5.2 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-11-11 23:27:53 +00:00
parent ff7090395a
commit bb1e3022be
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "yamlloader";
version = "1.5.2";
version = "1.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Phynix";
repo = "yamlloader";
tag = version;
hash = "sha256-SNb1iXao+TNW872qDtEldZj6S+yJxRlsnw6ye92RFSk=";
hash = "sha256-BByyKCCRZZYloxKKZVhSyH82I4hZNxCRqUddinRzYpE=";
};
build-system = [