python310Packages.panel: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm 2022-10-05 23:40:37 +00:00
parent 37bd39839a
commit 8e8c1b6c77

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "panel";
version = "0.13.1";
version = "0.14.0";
format = "wheel";
@ -23,7 +23,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts
src = fetchPypi {
inherit pname version format;
hash = "sha256-1GC119AUfmse3fhQQxSi9eDJJorYvt2NeE7UY1GrW3E=";
hash = "sha256-3kZba0R9J978bvjsjRMLSTo7dOPd5Ml7VPkZqMQV2uY=";
};
propagatedBuildInputs = [