python3Packages.pylette: 4.1.0 -> 5.1.1

https://github.com/qTipTip/Pylette/releases/tag/5.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:59 +01:00
parent cee7be1877
commit b554a0a46a
@@ -14,14 +14,14 @@
}:
buildPythonPackage rec {
pname = "pylette";
version = "4.1.0";
version = "5.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "qTipTip";
repo = "Pylette";
tag = version;
hash = "sha256-6OZeCcF47xjj266+IasJYub042R46KRaNXGCv+hlWdY=";
hash = "sha256-BDKJtinSMZQ+6ok9i9IYeCs4XjB44W1zJntXsE/MeGw=";
};
build-system = [