nwg-panel: 0.10.8 -> 0.10.10 (#425055)

Co-authored-by: LudovicoPiero <LudovicoPiero@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-14 12:06:12 +00:00 committed by GitHub
commit e43a656b16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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