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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user