about summary refs log tree commit diff
path: root/pkgs/development/python-modules/panel
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-26 15:31:58 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-27 09:21:35 -0800
commitaa450b6094d54995223e6885acf603b07f648985 (patch)
tree2fefdaa3b99c081046d8f4cc8b0340aa457c92e0 /pkgs/development/python-modules/panel
parentcb8f864487100698fd9ab50d618f6c3d5425b117 (diff)
python38Packages.panel: 0.12.5 -> 0.12.6
Diffstat (limited to 'pkgs/development/python-modules/panel')
-rw-r--r--pkgs/development/python-modules/panel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/panel/default.nix b/pkgs/development/python-modules/panel/default.nix
index cfb95b23f41c8..8673c637eda63 100644
--- a/pkgs/development/python-modules/panel/default.nix
+++ b/pkgs/development/python-modules/panel/default.nix
@@ -17,7 +17,7 @@ let
 in
 buildPythonPackage rec {
   pname = "panel";
-  version = "0.12.5";
+  version = "0.12.6";
 
   # Don't forget to also update the node packages
   # 1. retrieve the package.json file
@@ -25,7 +25,7 @@ buildPythonPackage rec {
   # 3. node2nix
   src = fetchPypi {
     inherit pname version;
-    sha256 = "351481f2a2176359b28effa64c9d9fce487d6758514109cab96f9ed84787ae99";
+    sha256 = "97e158e8eb941f88d71929407f9455c903b5e18d89969db8ce8af66036f46b53";
   };
 
   # Since 0.10.0 panel attempts to fetch from the web.