python3Packages.panel: 1.6.3 -> 1.7.1

This commit is contained in:
R. Ryantm
2025-06-04 19:51:47 +00:00
parent 2beb0d286d
commit 9ffaffa6f5
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "panel";
version = "1.6.3";
version = "1.7.1";
format = "wheel";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts
src = fetchPypi {
inherit pname version format;
hash = "sha256-zNKgWHqzgr1VuOoJlwbzG2Sq2saXuKQZI9Oxi57WGNY=";
hash = "sha256-gM67iOMxCIfThsiC+JSxN6N3A1VhoGCZCP4tH1QrWIw=";
dist = "py3";
python = "py3";
};