python3Packages.pyside6-fluent-widgets: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm 2025-07-06 18:05:31 +00:00
parent 736cea88d1
commit f25eb07e36

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "pyside6-fluent-widgets";
version = "1.8.2";
version = "1.8.3";
pyproject = true;
src = fetchPypi {
pname = "pyside6_fluent_widgets";
inherit version;
hash = "sha256-FspFnfu4f3PS2ARTOqaH7NCKMpg9r4YTj5LYsHyduBI=";
hash = "sha256-A9lKRFGpfrWKGAKJS9ETIbSTBF/Ba6KUBBc4Pht2eBE=";
};
build-system = [ setuptools ];