python3Packages.panel: 1.6.1 -> 1.6.2

https://github.com/holoviz/panel/releases/tag/v1.6.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:44 +02:00
parent e349ccb46c
commit 321ab874a4
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "panel";
version = "1.6.1";
version = "1.6.2";
format = "wheel";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts
src = fetchPypi {
inherit pname version format;
hash = "sha256-Pdv+1YbHLM3YOra9+K9W5GS59Q9yr63dvk7q7ECdxh0=";
hash = "sha256-RvqL6HSWV8bEK1Y/03NoqPrihfD/VOvjOwCwjhXG3qE=";
dist = "py3";
python = "py3";
};