python3Packages.qt-material: 2.14 -> 2.17

This commit was automatically generated using update-python-libraries.

(cherry picked from commit 7b21af5aba)
This commit is contained in:
Martin Weinelt
2025-08-05 04:43:20 +02:00
committed by Michael Daniels
parent ef80e28a77
commit aaa14e7725

View File

@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "qt-material";
version = "2.14";
version = "2.17";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-tdu1relyF8964za7fAR8kL6zncfyBIpJjJFq1fL3riM=";
hash = "sha256-tQCgwfXvj0aozwN9GqW9+epOthgYC2MyU5373QZHrQ0=";
};
propagatedBuildInputs = [ jinja2 ];