nwg-panel: 0.10.8 -> 0.10.10

This commit is contained in:
R. Ryantm 2025-07-14 10:39:57 +00:00
parent 07e8255edb
commit 4aeb573618

View File

@ -23,14 +23,14 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-panel";
version = "0.10.8";
version = "0.10.10";
format = "setuptools";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-panel";
tag = "v${version}";
hash = "sha256-DU9G11lR0nENE29yAsix946mmexLFK3eoqjZcyKYOH8=";
hash = "sha256-fZjjfblXFyB4npcv5xKXGqnqNCAdmvJTErI+0PcuaPk=";
};
# No tests