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

This commit is contained in:
R. Ryantm
2025-06-26 22:57:44 +00:00
parent 9be32fbfaa
commit 9fc8e36bab
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "pyside6-fluent-widgets";
version = "1.8.1";
version = "1.8.2";
pyproject = true;
src = fetchPypi {
pname = "pyside6_fluent_widgets";
inherit version;
hash = "sha256-PMpbGUFN7bb9jKBF+596x4WLqoHjjNN2gX0c4G+lCHo=";
hash = "sha256-FspFnfu4f3PS2ARTOqaH7NCKMpg9r4YTj5LYsHyduBI=";
};
build-system = [ setuptools ];