python38Packages.panel: 0.12.5 -> 0.12.6

This commit is contained in:
R. Ryantm 2021-12-26 15:31:58 +00:00 committed by Jonathan Ringer
parent cb8f864487
commit aa450b6094

View File

@ -17,7 +17,7 @@ let
in in
buildPythonPackage rec { buildPythonPackage rec {
pname = "panel"; pname = "panel";
version = "0.12.5"; version = "0.12.6";
# Don't forget to also update the node packages # Don't forget to also update the node packages
# 1. retrieve the package.json file # 1. retrieve the package.json file
@ -25,7 +25,7 @@ buildPythonPackage rec {
# 3. node2nix # 3. node2nix
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "351481f2a2176359b28effa64c9d9fce487d6758514109cab96f9ed84787ae99"; sha256 = "97e158e8eb941f88d71929407f9455c903b5e18d89969db8ce8af66036f46b53";
}; };
# Since 0.10.0 panel attempts to fetch from the web. # Since 0.10.0 panel attempts to fetch from the web.